isHideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (fixed parameters for hemtt)
 
(36 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.00


|1.00|= Game version
|gr1= Broken Commands
____________________________________________________________________________________________


| Return whether the vehicle has set the hideBehindScripted true. |= Description
|gr2= Object Manipulation
____________________________________________________________________________________________


| [[Boolean]] <nowiki>=</nowiki> '''isHideBehindScripted''' vehicle |= Syntax
|descr= Return whether the vehicle has set the [[hideBehindScripted]] to [[true]] or not.


|p1= vehicle: [[Object]] |= Parameter 1
|s1= [[isHideBehindScripted]] vehicle


| [[Boolean]] |= Return value
|p1= vehicle: [[Object]]
____________________________________________________________________________________________


| |= See also
|r1= [[Boolean]]


|x1= <sqf>_isHidden = isHideBehindScripted _vehicle;</sqf>
|seealso= [[hideBehindScripted]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|ISHIDEBEHINDSCRIPTED]]
[[Category:Scripting Commands ArmA|ISHIDEBEHINDSCRIPTED]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]

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