hideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Armed[ _]Assault(\|.*)]]" to "{{GameCategory|arma1|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 9: Line 8:


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


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


| object '''hideBehindScripted''' scriptedHideBehind |SYNTAX=
| object '''hideBehindScripted''' scriptedHideBehind |SYNTAX=
Line 21: Line 18:


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


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

Revision as of 02:33, 17 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