hideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
m (Some wiki formatting)
 
(57 intermediate revisions by 14 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|HIDEBEHINDSCRIPTED]]
{{RV|type=command
[[Category:Scripting Commands ArmA|HIDEBEHINDSCRIPTED]]


|game1= arma1
|version1= 1.00


<h2 style="color:#000066">''object '' ''' hideBehindScripted  '' scriptedHideBehind'''''</h2>
|game2= arma2
|version2= 1.00


|game3= arma2oa
|version3= 1.50


'''Operand types:'''
|game4= tkoh
   
|version4= 1.00
'''object''': [[Object]]


'''scriptedHideBehind''': [[Boolean]]
|gr1= Object Manipulation


'''Type of returned value:'''
|gr2= Unit Control


[[Nothing]]
|descr= When set to [[true]] it disables the default engine hiding behavior.


'''Compatibility:'''
|s1= object [[hideBehindScripted]] scriptedHideBehind


Version 2.92 required.
|p1= object: [[Object]]


'''Description:'''
|p2= scriptedHideBehind: [[Boolean]]


When set to true it disables the default engine hiding behavior.
|r1= [[Nothing]]


|x1= <sqf>_unit hideBehindScripted true;</sqf>


'''Example:'''
|seealso= [[isHideBehindScripted]]
 
}}
unit '''hideBehindScripted''' true

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