BIS fnc removeCuratorIcon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Curator(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\] " to "")
m (Text replacement - "\|seealso= ([^ ]+)(\]\]|\}\}), *(\[\[|\{\{)" to "|seealso= $1$2 $3")
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.16


|1.16|Game version=
|gr1= Curator


|gr1 = Curator |GROUP1=
|descr= Remove icon displayed in curator interface.
____________________________________________________________________________________________


| Remove icon displayed in curator interface. |Description=
|s1= [object, id] call [[BIS_fnc_removeCuratorIcon]]
____________________________________________________________________________________________


| [object, id] call [[BIS_fnc_removeCuratorIcon]] |Syntax=
|p1= object: [[Object]] - Curator module


|p2= id: [[Array]] - Icon ID returned by [[BIS_fnc_addCuratorIcon]] function


|p1= object: [[Object]] - Curator module |Parameter 1=
|r1= [[Boolean]] - [[true]] when removed


|p2= id: [[Array]] - Icon ID returned by [[BIS_fnc_addCuratorIcon]] function |Parameter 2=
|x1= <sqf>[curatorModule, 5] call BIS_fnc_removeCuratorIcon;</sqf>


| [[Boolean]] - [[True]] when removed |Return value=
|seealso= [[Arma 3: Curator]] [[BIS_fnc_addCuratorIcon]]
____________________________________________________________________________________________
 
|x1= <code>[curatorModule, 5] [[call]] [[BIS_fnc_removeCuratorIcon]];</code> |Example 1=
____________________________________________________________________________________________
 
| [[Curator]], [[BIS_fnc_addCuratorIcon]] |See also=
}}
}}
<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: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