BIS fnc addCuratorIcon: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2") |
||
Line 10: | Line 10: | ||
|s1= [object, iconParams, map, 3D] call [[BIS_fnc_addCuratorIcon]] | |s1= [object, iconParams, map, 3D] call [[BIS_fnc_addCuratorIcon]] | ||
|p1= object: [[Object]] - | |p1= object: [[Object]] - curator module | ||
|p2= iconParams: [[Array]] - Icon params (see [[drawIcon3D]] scripting command for its format) | |p2= iconParams: [[Array]] - Icon params (see [[drawIcon3D]] scripting command for its format) |
Revision as of 14:00, 8 November 2023
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:
Additional Information
- See also:
- Arma 3: Curator BIS_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