removeGoggles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added locality info)
m (Fixed previous edit, added note)
Line 6: Line 6:
|0.50|= Game version
|0.50|= Game version


|arg= global |= Arguments in MP
|arg= local |= Arguments in MP


|eff= local |= Effects in MP
|eff= global |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 38: Line 38:
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on August 11, 2014 - 01:31 (UTC)</dd>
<dt class="note">[[User:AgentRevolution|AgentRevolution]]</dt>
<dd class="note">
If the unit is local, then the effect is global. If the unit is remote, then the effect is local.
</dd>
</dl>
<!-- DISCONTINUE Notes -->


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>

Revision as of 03:31, 11 August 2014

Hover & click on the images for description

Description

Description:
Removes goggles from unit (diver goggles for example). This command does not remove NVGoggles. Use unassignItem and removeItem or just unlinkItem for latter.
Groups:
Uncategorised

Syntax

Syntax:
removeGoggles unit
Parameters:
unit: Object
Return Value:
Nothing

Examples

Example 1:
removeGoggles assaultDiver;

Additional Information

See also:
gogglesaddGoggles

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 11, 2014 - 01:31 (UTC)
AgentRevolution
If the unit is local, then the effect is global. If the unit is remote, then the effect is local.

Bottom Section