addCuratorEditableObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.16|= Game version _________________...")
 
No edit summary
Line 44: Line 44:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Curator|{{uc:{{PAGENAME}}}}]]

Revision as of 12:04, 17 February 2014

Hover & click on the images for description

Description

Description:
Register objects which can be edited by a curator.
Groups:
Uncategorised

Syntax

Syntax:
curatorObj addCuratorEditableObjects [[objects],addCrew]
Parameters:
curatorObj: Object - Curator module.
[[objects],addCrew]: Array
[objects]: Array
addCrew: Boolean
Return Value:
Nothing

Examples

Example 1:
curatorModule addCuratorEditableObjects [[car],true]

Additional Information

See also:
See also needed

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