BIS fnc ORBATAddGroupOverlay: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *O([a-z ])" to "$1 - o$2") |
||
Line 13: | Line 13: | ||
|p2= texture: [[String]] - Texture | |p2= texture: [[String]] - Texture | ||
|p3= colour: [[Array]] - colour in format [R,G,B,A] | |p3= colour: [[Array]] - colour in format [R,G,B,A] | ||
|p4= widthMulti: [[Number]] - | |p4= widthMulti: [[Number]] - original icon width multiplier | ||
|p5= heightMulti: [[Number]] - | |p5= heightMulti: [[Number]] - original icon height multiplier | ||
|p6= angle: [[Number]] - angle | |p6= angle: [[Number]] - angle | ||
|p7= text: [[String]] - Text | |p7= text: [[String]] - Text | ||
|p8= shadow: [[Boolean]] - Shadow outlining the texture | |p8= shadow: [[Boolean]] - Shadow outlining the texture | ||
|r1= [[Number]] - | |r1= [[Number]] - overlay ID, used by [[BIS_fnc_ORBATRemoveGroupOverlay]] | ||
|x1= <sqf>[ configFile >> "CfgORBAT" >> "BIS" >> "B_1_A_1", "\A3\weapons_f\data\UI\icon_MG_CA.paa", [0,0,01], 3, 3, 0, "Some Text", true ] call BIS_fnc_ORBATAddGroupOverlay;</sqf> | |x1= <sqf>[ configFile >> "CfgORBAT" >> "BIS" >> "B_1_A_1", "\A3\weapons_f\data\UI\icon_MG_CA.paa", [0,0,01], 3, 3, 0, "Some Text", true ] call BIS_fnc_ORBATAddGroupOverlay;</sqf> |
Revision as of 15:44, 8 November 2023
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