setCuratorEditingAreaType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set curator areas to act like whitelist(true)/blacklist(false). |= Description
| Set whether curator can edit in all editing areas (true) or outside of them (false). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[Curator]], [[addCuratorEditingArea]], [[removeCuratorEditingArea]], [[removeAllCuratorEditingAreas]], [[curatorEditingArea]] |= SEEALSO  


| |= MPBEHAVIOUR  
| mp= Can be executed only on server |= MPBEHAVIOUR  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 12:55, 18 February 2014

Hover & click on the images for description

Description

Description:
Set whether curator can edit in all editing areas (true) or outside of them (false).
Multiplayer:
Can be executed only on server
Groups:
Uncategorised

Syntax

Syntax:
curatorObj setCuratorEditingAreaType bool
Parameters:
curatorObj: Object - Curator module.
bool: Boolean
Return Value:
Nothing

Examples

Example 1:
curatorModule setCuratorEditingAreaType true

Additional Information

See also:
CuratoraddCuratorEditingArearemoveCuratorEditingArearemoveAllCuratorEditingAreascuratorEditingArea

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