hideObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(This command CAN be used on static objects (alt. Syntax))
m (Added comment about units continuing engaging despite being invisible.)
Line 35: Line 35:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
<dd class="notedate">Posted on July 15, 2010 - 20:00</dd>
<dt class="note">'''[[User:Shuko|Shuko]]'''</dt>
<dd class="note">This command will hide a unit, but he will still shoot enemies. Unit will be invisible, but weapon muzzle are visible.</dd>
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 21:03, 15 July 2010

Hover & click on the images for description

Description

Description:
Hide entity. Can be used on soldiers and vehicles, also 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

Posted on July 15, 2010 - 20:00
Shuko
This command will hide a unit, but he will still shoot enemies. Unit will be invisible, but weapon muzzle are visible.

Bottom Section