BIS fnc removeCuratorIcon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "True" to "true")
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 00:55, 17 January 2021

Hover & click on the images for description

Description

Description:
Remove icon displayed in curator interface.
Execution:
call
Groups:
Curator

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


Notes

Bottom Section