hideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|HIDEBEHINDSCRIPTED]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|HIDEBEHINDSCRIPTED]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066">'''''object'' hideBehindScripted  ''scriptedHideBehind'''''</h2>
|2.92|= Game version
____________________________________________________________________________________________


| When set to true it disables the default engine hiding behavior. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| object '''hideBehindScripted''' scriptedHideBehind |= Syntax
   
'''object''': [[Object]]


'''scriptedHideBehind''': [[Boolean]]
|p1= object [[Object]] |= Parameter 1


'''Type of returned value:'''
|p2= scriptedHideBehind [[Boolean]] |= Parameter 2


[[Nothing]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>unit hideBehindScripted [[true]]</pre> |= Example 1
____________________________________________________________________________________________


'''Compatibility:'''
|  |= See also


Version 2.92 required.
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


When set to true it disables the default engine hiding behavior.
<!-- Note Section END -->
</dl>


 
<h3 style="display:none">Bottom Section</h3>
'''Example:'''
[[Category:Scripting Commands|HIDEBEHINDSCRIPTED]]
 
[[Category:Scripting Commands ArmA|HIDEBEHINDSCRIPTED]]
unit '''hideBehindScripted''' [[true]]

Revision as of 01:28, 2 August 2006

-wrong parameter ("Arma") defined!-2.92
Hover & click on the images for description

Description

Description:
When set to true it disables the default engine hiding behavior.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
unit hideBehindScripted [[true]]

Additional Information

See also:
See also needed

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

Notes

Bottom Section