isHideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (removed warning)
m (fixed parameters for hemtt)
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
|p1= vehicle: [[Object]]
|p1= vehicle: [[Object]]


|x1= <code>_isHidden = [[isHideBehindScripted]] _vehicle;</code>
|r1= [[Boolean]]


|r1= [[Boolean]]
|x1= <sqf>_isHidden = isHideBehindScripted _vehicle;</sqf>


|seealso= [[hideBehindScripted]]
|seealso= [[hideBehindScripted]]
}}
}}

Latest revision as of 16:54, 7 April 2024

Hover & click on the images for description

Description

Description:
Return whether the vehicle has set the hideBehindScripted to true or not.
Groups:
Broken CommandsObject Manipulation

Syntax

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

Examples

Example 1:
_isHidden = isHideBehindScripted _vehicle;

Additional Information

See also:
hideBehindScripted

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