BIS fnc removeCuratorIcon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (GVI 1.00 --> 1.16 http://dev.arma3.com/post/spotrep-00023 (It's Zeus update, obvious))
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.16|= Game version
|1.16|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Remove icon displayed in curator interface. |Description=
 
____________________________________________________________________________________________
Description:
Remove icon displayed in curator interface


Parameter(s):
| [object, id] call [[BIS_fnc_removeCuratorIcon]] |Syntax=
0: OBJECT - curator module
1: NUMBER - icon ID returned by BIS_fnc_addCuratorIcon function


Returns:
BOOL - true if removed
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p1= object: [[Object]] - Curator module |Parameter 1=
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_removeCuratorIcon]]; --> |= Syntax
|p2= id: [[Array]] - Icon ID returned by [[BIS_fnc_addCuratorIcon]] function |Parameter 2=


|p1= |= Parameter 1
| [[Boolean]] - [[True]] when removed |Return value=
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[curatorModule, 5] [[call]] [[BIS_fnc_removeCuratorIcon]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Curator]], [[BIS_fnc_addCuratorIcon]] |See also=
}}


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 00:01, 8 June 2018

Hover & click on the images for description

Description

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

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