BIS fnc removeCuratorIcon: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1 = Curator |GROUP1= | |gr1 = Curator |GROUP1= | ||
| Remove icon displayed in curator interface. |Description= | | Remove icon displayed in curator interface. |Description= | ||
| [object, id] call [[BIS_fnc_removeCuratorIcon]] |Syntax= | | [object, id] call [[BIS_fnc_removeCuratorIcon]] |Syntax= | ||
Line 20: | Line 17: | ||
| [[Boolean]] - [[true]] when removed |Return value= | | [[Boolean]] - [[true]] when removed |Return value= | ||
|x1= <code>[curatorModule, 5] [[call]] [[BIS_fnc_removeCuratorIcon]];</code> |Example 1= | |x1= <code>[curatorModule, 5] [[call]] [[BIS_fnc_removeCuratorIcon]];</code> |Example 1= | ||
| [[Curator]], [[BIS_fnc_addCuratorIcon]] |See also= | | [[Curator]], [[BIS_fnc_addCuratorIcon]] |See also= |
Revision as of 23:55, 16 January 2021
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:
[curatorModule, 5] call BIS_fnc_removeCuratorIcon;
Additional Information
- See also:
- CuratorBIS_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