removeCuratorEditingArea: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (format)
Line 18: Line 18:
| [[Nothing]] |RETURNVALUE=  
| [[Nothing]] |RETURNVALUE=  


|x1= <code>myCurator removeCuratorEditingArea 3;</code>|EXAMPLE1=  
|x1= <code>myCurator [[removeCuratorEditingArea]] 3;</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 09:46, 12 July 2020

Hover & click on the images for description

Description

Description:
Removes editing area for given curator.
Multiplayer:
Can be executed only on server
Groups:
Uncategorised

Syntax

Syntax:
curatorObj removeCuratorEditingArea editAreaID
Parameters:
curatorObj: Object - Curator module.
editAreaID: Number
Return Value:
Nothing

Examples

Example 1:
myCurator removeCuratorEditingArea 3;

Additional Information

See also:
CuratoraddCuratorEditingArearemoveAllCuratorEditingAreascuratorEditingArea

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