curatorEditingArea: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 38: Line 38:
[[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 March 2, 2019 - 01:54 (UTC)</dd>
<dt class="note">[[User:7erra|7erra]]</dt>
<dd class="note">The subarrays are in the format [ID, positionAGL, radius]
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 03:54, 2 March 2019

Hover & click on the images for description

Description

Description:
Returns all curator editing areas.
Groups:
Uncategorised

Syntax

Syntax:
curatorEditingArea curatorObj
Parameters:
curatorObj: Object - Curator module.
Return Value:
Array

Examples

Example 1:
_editingArea = curatorEditingArea myCurator;

Additional Information

See also:
CuratoraddCuratorEditingArearemoveCuratorEditingArearemoveAllCuratorEditingAreas

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 March 2, 2019 - 01:54 (UTC)
7erra
The subarrays are in the format [ID, positionAGL, radius]