BIS fnc ORBATAddGroupOverlay: 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 - " |s1=[" to " |s1= [") |
||
Line 8: | Line 8: | ||
|descr= Register texture(s) to be displayed over CfgORBAT group. | |descr= Register texture(s) to be displayed over CfgORBAT group. | ||
|s1=[target, texture, colour, widthMulti, heightMulti, angle, text, shadow] call [[BIS_fnc_ORBATAddGroupOverlay]] | |s1= [target, texture, colour, widthMulti, heightMulti, angle, text, shadow] call [[BIS_fnc_ORBATAddGroupOverlay]] | ||
|p1= target: [[Config]] - Path to group in CfgORBAT | |p1= target: [[Config]] - Path to group in CfgORBAT |
Revision as of 23:11, 12 July 2022
Description
- Description:
- Register texture(s) to be displayed over CfgORBAT group.
- Execution:
- call
- Groups:
- Strategic
Syntax
- Syntax:
- [target, texture, colour, widthMulti, heightMulti, angle, text, shadow] call BIS_fnc_ORBATAddGroupOverlay
- Parameters:
- target: Config - Path to group in CfgORBAT
- texture: String - Texture
- colour: Array - Colour in format [R,G,B,A]
- widthMulti: Number - Original icon width multiplier
- heightMulti: Number - Original icon height multiplier
- angle: Number - Angle
- text: String - Text
- shadow: Boolean - Shadow outlining the texture
- Return Value:
- Number - Overlay ID, used by BIS_fnc_ORBATRemoveGroupOverlay
Examples
- Example 1:
Additional Information
- See also:
- ORBAT Viewer BIS_fnc_ORBATAnimate BIS_fnc_ORBATConfigPreview BIS_fnc_ORBATGetGroupParams BIS_fnc_ORBATOpen BIS_fnc_ORBATRemoveGroupOverlay BIS_fnc_ORBATSetGroupFade BIS_fnc_ORBATSetGroupParams BIS_fnc_ORBATTooltip
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