getAssignedCuratorLogic: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(See also and example)
m (Extended seeAlso)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[getAssignedCuratorUnit]] |= SEEALSO  
| [[allCurators]], [[getAssignedCuratorUnit]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 18:54, 17 August 2014

Hover & click on the images for description

Description

Description:
Returns curator logic to which has given player access.
Groups:
Uncategorised

Syntax

Syntax:
getAssignedCuratorLogic player
Parameters:
player: Object
Return Value:
Object

Examples

Example 1:
(getAssignedCuratorLogic player) removeCuratorEditableObjects [allDead,true];

Additional Information

See also:
allCuratorsgetAssignedCuratorUnit

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