getAssignedCuratorUnit

From Bohemia Interactive Community
Revision as of 18:53, 17 August 2014 by SilentSpike (talk | contribs) (See also and example)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns unit assigned to curator logic.
Groups:
Uncategorised

Syntax

Syntax:
getAssignedCuratorUnit curatorObj
Parameters:
curatorObj: Object - Curator module.
Return Value:
Object

Examples

Example 1:
_curatorUnit = getAssignedCuratorUnit (allCurators select 0); _curatorUnit joinAs [createGroup civilian, 0];

Additional Information

See also:
getAssignedCuratorLogic

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