BIS fnc removeCuratorIcon: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Curator |GROUP1=") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2") |
||
(22 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.16 | |||
| | |gr1= Curator | ||
| | |descr= Remove icon displayed in curator interface. | ||
| | |s1= [object, id] call [[BIS_fnc_removeCuratorIcon]] | ||
| | |p1= object: [[Object]] - curator module | ||
|p2= id: [[Array]] - icon ID returned by [[BIS_fnc_addCuratorIcon]] function | |||
| | |r1= [[Boolean]] - [[true]] when removed | ||
| | |x1= <sqf>[curatorModule, 5] call BIS_fnc_removeCuratorIcon;</sqf> | ||
| | |seealso= [[Arma 3: Curator]] [[BIS_fnc_addCuratorIcon]] | ||
}} | }} | ||
Latest revision as of 15:33, 8 November 2023
Description
Syntax
- Syntax:
- [object, id] call BIS_fnc_removeCuratorIcon
- Parameters:
- object: Object - curator module
- id: Array - icon ID returned by BIS_fnc_addCuratorIcon function
- Return Value:
- Boolean - true when removed
Examples
- Example 1:
Additional Information
- See also:
- Arma 3: Curator BIS_fnc_addCuratorIcon
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