isHideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (fixed parameters for hemtt)
 
(27 intermediate revisions by 3 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 to true or not.
|gr2= Object Manipulation
{{warning| This command is neither in Arma 3 nor in Arma 2}}|DESCRIPTION=
____________________________________________________________________________________________


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


|p1= vehicle: [[Object]] |PARAMETER1=
|s1= [[isHideBehindScripted]] vehicle


|x1= <code>_isHidden = [[isHideBehindScripted]] _vehicle;</code> |Example 1=
|p1= vehicle: [[Object]]


| [[Boolean]] |RETURNVALUE=
|r1= [[Boolean]]
____________________________________________________________________________________________


| |SEEALSO=
|x1= <sqf>_isHidden = isHideBehindScripted _vehicle;</sqf>


|seealso= [[hideBehindScripted]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
</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