allCurators: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (merged note into description and formatted the example)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns list of all curators. |DESCRIPTION=
| Returns list of all curator logic units, not the units assigned to the logic. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 15: Line 15:




|x1= <code>_myVariable = allCurators;</code>|EXAMPLE1=
|x1= <code>_allCuratorLogics = [[allCurators]];</code>|EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________
Line 30: Line 30:


<!-- Note Section END -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{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 13:27, 15 March 2020

Hover & click on the images for description

Description

Description:
Returns list of all curator logic units, not the units assigned to the logic.
Groups:
Uncategorised

Syntax

Syntax:
allCurators
Return Value:
Array

Examples

Example 1:
_allCuratorLogics = 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