hideBehindScripted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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=


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


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


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


|  |= See also
|  |SEEALSO=


}}
}}

Revision as of 15:41, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
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

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

Bottom Section