removeCuratorAddons: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "<code>([a-zA-Z0-9_, ]+) +\[\[([a-zA-Z0-9_]+)\]\] +(\[[a-zA-Z0-9_, ]+\]);?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
|s1= curatorObj [[removeCuratorAddons]] addons
|s1= curatorObj [[removeCuratorAddons]] addons


|p1= curatorObj: [[Object]] - Curator module.
|p1= curatorObj: [[Object]] - curator module.


|p2= addons: [[Array]]
|p2= addons: [[Array]] of [[String]]s


|r1= [[Nothing]]
|r1= [[Nothing]]

Latest revision as of 11:30, 1 January 2026

Hover & click on the images for description

Description

Description:
Restrict curator use of given addons.
Groups:
Curator

Syntax

Syntax:
curatorObj removeCuratorAddons addons
Parameters:
curatorObj: Object - curator module.
addons: Array of Strings
Return Value:
Nothing

Examples

Example 1:
curatorModule removeCuratorAddons [addon1, addon2];

Additional Information

See also:
Arma 3: Curator addCuratorAddons removeAllCuratorAddons curatorAddons

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note