addCuratorEditingArea: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
|gr1= Curator |GROUP1= | |gr1= Curator |GROUP1= | ||
| Adds or changes curator edit area (depends on if ID is already used). |DESCRIPTION= | | Adds or changes curator edit area (depends on if ID is already used). |DESCRIPTION= | ||
| curatorObj '''addCuratorEditingArea''' [editAreaID,position,radius] |SYNTAX= | | curatorObj '''addCuratorEditingArea''' [editAreaID,position,radius] |SYNTAX= | ||
Line 29: | Line 26: | ||
|x1= <code>myCurator [[addCuratorEditingArea]] [4, [[position]] [[player]], 1000];</code>|EXAMPLE1= | |x1= <code>myCurator [[addCuratorEditingArea]] [4, [[position]] [[player]], 1000];</code>|EXAMPLE1= | ||
| [[Curator]], [[removeCuratorEditingArea]], [[removeAllCuratorEditingAreas]], [[curatorEditingArea]] |SEEALSO= | | [[Curator]], [[removeCuratorEditingArea]], [[removeAllCuratorEditingAreas]], [[curatorEditingArea]] |SEEALSO= | ||
}} | }} | ||
Revision as of 23:59, 16 January 2021
Description
- Description:
- Adds or changes curator edit area (depends on if ID is already used).
- Groups:
- Curator
Syntax
- Syntax:
- curatorObj addCuratorEditingArea [editAreaID,position,radius]
- Parameters:
- [editAreaID,position,radius]: Array
- curatorObj: Object - Curator module.
- editAreaID: Number
- position: Position
- radius: Number
- Return Value:
- Nothing
Examples
- Example 1:
myCurator addCuratorEditingArea [4, position player, 1000];
Additional Information
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