hideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[cC]ommand[_ ][gG]roup:[_ ][^|]+\|\{*uc:{{PAGENAME}*]\]" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma1 |Game name=
| arma1


|1.00|Game version=
|1.00


|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation


|gr2= Unit Control |GROUP2=
|gr2= Unit Control


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


| object '''hideBehindScripted''' scriptedHideBehind |SYNTAX=
| object '''hideBehindScripted''' scriptedHideBehind


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


|p2= scriptedHideBehind: [[Boolean]] |PARAMETER2=
|p2= scriptedHideBehind: [[Boolean]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
   
   
|x1= <code>_unit '''hideBehindScripted''' [[true]]</code> |EXAMPLE1=
|x1= <code>_unit '''hideBehindScripted''' [[true]]</code>


| [[isHideBehindScripted]] |SEEALSO=
| [[isHideBehindScripted]]


}}
}}

Revision as of 01:40, 18 January 2021

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

Notes

Posted on August 29, 2013
Killzone_Kid
This command is not present in Arma 3

Bottom Section