removeCuratorEditingArea: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 18: Line 18:
| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  


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


____________________________________________________________________________________________
____________________________________________________________________________________________


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


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

Revision as of 12:49, 18 February 2014

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