attachedObjects: Difference between revisions
Jump to navigation
Jump to search
(syntax, added examples/see also) |
(category cleanup) |
||
Line 42: | Line 42: | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category: | [[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 15:39, 18 March 2014
Description
- Description:
- Returns a list of attached objects.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
{ detach _x; } forEach attachedObjects player;
- Example 2:
if (count attachedObjects player == 0) then { hint "There are no objects attached to player"; };
Additional Information
- See also:
- attachedToattachTodetach
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