isHideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
m (fixed parameters for hemtt)
 
(41 intermediate revisions by 12 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|ISHIDEBEHINDSCRIPTED]]
{{RV|type=command
[[Category:Scripting Commands ArmA|ISHIDEBEHINDSCRIPTED]]


|game1= arma1
|version1= 1.00


<h2 style="color:#000066">''' isHideBehindScripted ''vehicle'''''</h2>
|gr1= Broken Commands


|gr2= Object Manipulation


'''Operand types:'''
|descr= Return whether the vehicle has set the [[hideBehindScripted]] to [[true]] or not.


'''vehicle:''' [[Object]]
|s1= [[isHideBehindScripted]] vehicle


'''Type of returned value:'''
|p1= vehicle: [[Object]]


[[Boolean]]
|r1= [[Boolean]]


'''Compatibility:'''
|x1= <sqf>_isHidden = isHideBehindScripted _vehicle;</sqf>


Version 2.92 required.
|seealso= [[hideBehindScripted]]
 
}}
'''Description:'''
 
Return whether the vehicle has set the hideBehindScripted true.

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