hideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Some wiki formatting)
 
(42 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


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


|1.00|= Game version
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


| When set to [[true]] it disables the default engine hiding behavior. |= Description
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| object '''hideBehindScripted''' scriptedHideBehind |= Syntax
|game4= tkoh
|version4= 1.00


|p1= object: [[Object]] |= Parameter 1
|gr1= Object Manipulation


|p2= scriptedHideBehind: [[Boolean]] |= Parameter 2
|gr2= Unit Control


| [[Nothing]] |= Return value
|descr= When set to [[true]] it disables the default engine hiding behavior.
____________________________________________________________________________________________
 
|x1= <code>_unit '''hideBehindScripted''' [[true]]</code> |= Example 1
____________________________________________________________________________________________


| |= See also
|s1= object [[hideBehindScripted]] scriptedHideBehind


}}
|p1= object: [[Object]]


<h3 style="display:none">Notes</h3>
|p2= scriptedHideBehind: [[Boolean]]
<dl class="command_description">
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on August 29, 2013
<dt class="note">'''[[User:Killzone_Kid|Killzone_Kid]]'''
<dd class="note">This command '''is not present''' in ArmA 3


|r1= [[Nothing]]


<!-- Note Section END -->
|x1= <sqf>_unit hideBehindScripted true;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[isHideBehindScripted]]
[[Category:Scripting Commands|HIDEBEHINDSCRIPTED]]
}}
[[Category:Scripting Commands ArmA|HIDEBEHINDSCRIPTED]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Manipulation|{{uc:{{PAGENAME}}}}]]

Latest revision as of 17:18, 13 May 2022

Hover & click on the images for description

Description

Description:
When set to true it disables the default engine hiding behavior.
Groups:
Object ManipulationUnit Control

Syntax

Syntax:
object hideBehindScripted scriptedHideBehind
Parameters:
object: Object
scriptedHideBehind: Boolean
Return Value:
Nothing

Examples

Example 1:
_unit hideBehindScripted true;

Additional Information

See also:
isHideBehindScripted

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