hideObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(New command)
 
(Added alternative syntax.)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''hideObject''' object|= Syntax
| '''hideObject''' object |= Syntax


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
|s2= object '''hideObject''' hidden |=
|p21= object: [[Object]].|=
|p22= hidden: [[Boolean]] hidden/visible.|=
|r2= [[Nothing]]|=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:19, 15 February 2010

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

Description

Description:
Hide entity. Can be used on soldiers and vehicles, not on static objects.
Groups:
Uncategorised

Syntax

Syntax:
hideObject object
Parameters:
object: Object
Return Value:
Nothing

Alternative Syntax

Syntax:
object hideObject hidden
Parameters:
object: Object.
hidden: Boolean hidden/visible.
Return Value:
Nothing

Examples

Example 1:
hideObject unitName;

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