BIS fnc addCuratorIcon: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
Lou Montana (talk | contribs) m (Text replacement - "{{RV|type=function | arma3 |1.16 |gr1= Curator | " to "{{RV|type=function |game1= arma3 |version1= 1.16 |gr1= Curator |descr= ") |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|1.16 | |version1= 1.16 | ||
|gr1= Curator | |gr1= Curator | ||
| Add an icon displayed in curator interface. | |descr= Add an icon displayed in curator interface. | ||
| [object, iconParams, map, 3D] call [[BIS_fnc_addCuratorIcon]] | | [object, iconParams, map, 3D] call [[BIS_fnc_addCuratorIcon]] |
Revision as of 18:21, 9 June 2021
Description
Syntax
- Syntax:
- Syntax needed
- Parameters:
- object: Object - Curator module
- iconParams: Array - Icon params (see drawIcon3D scripting command for its format)
- map: Boolean - (Optional, default true) true to show icon on map
- 3D: Boolean - (Optional, default true) true to show icon in 3D scene
- Return Value:
- Return value needed
Examples
- Example 1:
[ curatorModule, ["targetIcon.paa", [1,1,1,1], position player, 1, 1, 45, "Target", 1, 0.05, "TahomaB"], false ] call BIS_fnc_addCuratorIcon;
Additional Information
- See also:
- Arma 3: CuratorBIS_fnc_removeCuratorIcon
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