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 (Text replacement - "\|seealso= ([^ ]+)(\]\]|\}\}), *(\[\[|\{\{)" to "|seealso= $1$2 $3")
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.16


| arma3 |= Game name
|gr1= Curator


|1.16|= Game version
|descr= Remove icon displayed in curator interface.
____________________________________________________________________________________________


| <pre>/*
|s1= [object, id] call [[BIS_fnc_removeCuratorIcon]]


Description:
|p1= object: [[Object]] - Curator module
Remove icon displayed in curator interface


Parameter(s):
|p2= id: [[Array]] - Icon ID returned by [[BIS_fnc_addCuratorIcon]] function
0: OBJECT - curator module
1: NUMBER - icon ID returned by BIS_fnc_addCuratorIcon function


Returns:
|r1= [[Boolean]] - [[true]] when removed
BOOL - true if removed
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|x1= <sqf>[curatorModule, 5] call BIS_fnc_removeCuratorIcon;</sqf>
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_removeCuratorIcon]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[Arma 3: Curator]] [[BIS_fnc_addCuratorIcon]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Curator|{{uc:removeCuratorIcon}}]]
[[Category:Functions|{{uc:removeCuratorIcon}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:removeCuratorIcon}}]]

Revision as of 13:58, 1 July 2022

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:
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