allCurators: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(added example)
No edit summary
Line 37: Line 37:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Curator|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Curator|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on June 20, 2015 - 16:44 (UTC)</dd>
<dt class="note">[[User:Verox|Verox]]</dt>
<dd class="note">
This returns all curator logic units, not the units assigned to the logic.
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 18:44, 20 June 2015

Hover & click on the images for description

Description

Description:
Returns list of all curators.
Groups:
Uncategorised

Syntax

Syntax:
allCurators
Return Value:
Array

Examples

Example 1:
_myVariable = allCurators;

Additional Information

See also:
allGroupsallDeadplayableUnitsswitchableUnitsvehiclesallUnitsUAVallSites

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

Posted on June 20, 2015 - 16:44 (UTC)
Verox
This returns all curator logic units, not the units assigned to the logic.