BIS fnc addCuratorIcon: Difference between revisions
Jump to navigation
Jump to search
m (pf) |
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Curator |GROUP1=") |
||
Line 5: | Line 5: | ||
|1.16|Game version= | |1.16|Game version= | ||
|gr1 = Curator |GROUP1= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 16:38, 9 October 2020
Description
Syntax
- Syntax:
- [object, iconParams, map, 3D] call BIS_fnc_addCuratorIcon
- 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:
- Number - Icon ID, used in BIS_fnc_removeCuratorIcon
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:
- 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