isHideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (template:command argument fix)
Line 8: Line 8:


| Return whether the vehicle has set the hideBehindScripted to true or not.  
| Return whether the vehicle has set the hideBehindScripted to true or not.  
{{warning| This command is neither in Arma 3 nor in Arma 2}}|= Description
{{warning| This command is neither in Arma 3 nor in Arma 2}}|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Boolean]] <nowiki>=</nowiki> '''isHideBehindScripted''' vehicle |= Syntax
| [[Boolean]] <nowiki>=</nowiki> '''isHideBehindScripted''' vehicle |SYNTAX=


|p1= vehicle: [[Object]] |= Parameter 1
|p1= vehicle: [[Object]] |PARAMETER1=


|x1= <code>_isHidden = [[isHideBehindScripted]] _vehicle;</code> |Example 1=
|x1= <code>_isHidden = [[isHideBehindScripted]] _vehicle;</code> |Example 1=


| [[Boolean]] |= Return value
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|  |= See also
|  |SEEALSO=


}}
}}

Revision as of 15:41, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Return whether the vehicle has set the hideBehindScripted to true or not.
This command is neither in Arma 3 nor in Arma 2
Groups:
Uncategorised

Syntax

Syntax:
Boolean = isHideBehindScripted vehicle
Parameters:
vehicle: Object
Return Value:
Boolean

Examples

Example 1:
_isHidden = isHideBehindScripted _vehicle;

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section