BIS fnc ORBATSetGroupParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= ([^ ]+)(\]\]|\}\}), *(\[\[|\{\{)" to "|seealso= $1$2 $3")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2")
 
(10 intermediate revisions by the same user not shown)
Line 8: Line 8:
|descr= Overrides group params from CfgORBAT. See [[ORBAT Viewer]] for a detailed explanation.
|descr= Overrides group params from CfgORBAT. See [[ORBAT Viewer]] for a detailed explanation.


|s1=[target, IDType, size, type, side, name, shortName, texture, textSizeCoef, insignia, textColour, commName, commRank, description, assets] call [[BIS_fnc_ORBATSetGroupParams]]
|s1= [target, idType, size, type, side, name, shortName, texture, textSizeCoef, insignia, textColour, commName, commRank, description, assets] call [[BIS_fnc_ORBATSetGroupParams]]


|p1= target: [[Config]] - Path to class in CfgORBAT
|p1= target: [[Config]] - path to class in CfgORBAT
|p2= IDType: [[Number]] or [[String]] - IDType (e.g., 1 to result in "1st", or a specific string)
 
|p3= size: [[String]] - Size as a class from CfgChainOfCommand > Sizes (e.g., "Platoon")
|p2= idType: [[Number]] or [[String]] - ID Type (e.g. {{hl|1}} to result in "1st", or a specific string)
|p4= type: [[String]] - Type as a class from CfgChainOfCommand > Types (e.g., "Infantry")
 
|p5= side: [[String]] - Side as a class from CfgChainOfCommand > Sides (e.g., "West")
|p3= size: [[String]] - size as a class from CfgChainOfCommand > Sizes (e.g., "Platoon")
|p6= name: [[String]] - Name. Passed arguments are: %1 - ID, %2 - type, %3 - size)
 
|p7= shortName: [[String]] - Short name. Passed arguments are: %1 - ID, %2 - type, %3 - size)
|p4= type: [[String]] - type as a class from CfgChainOfCommand > Types (e.g., "Infantry")
|p8= texture: [[String]] - Texture. Can be link to a file or a class from CfgMarkers
 
|p9= textSizeCoef: [[Number]] - Texture size coeficient. 1 is the default size
|p5= side: [[String]] - side as a class from CfgChainOfCommand > Sides (e.g., "West")
|p10= insignia: [[String]] - Insignia displayed in tooltip and in the ORBAT viewer background
 
|p11= textColour: [[Array]] - Texture color in format RGBA
|p6= name: [[String]] - name. Passed arguments are: %1 - ID, %2 - type, %3 - size)
|p12= commName: [[String]] - Commander name. Can be the name directly or a class from CfgWorlds > GenericNames
 
|p13= commRank: [[String]] - Commander rank
|p7= shortName: [[String]] - short name. Passed arguments are: %1 - ID, %2 - type, %3 - size)
|p14= description: [[String]] - Description shown in tooltip
 
|p15= assets: [[Array]] of [[Array|arrays]] in format:
|p8= texture: [[String]] - texture. Can be link to a file or a class from CfgMarkers
*vehicleClass: [[String]] - Vehicle class name
 
*count: [[Number]] - Quantity of vehicles
|p9= textSizeCoef: [[Number]] - texture size coeficient. 1 is the default size
 
|p10= insignia: [[String]] - insignia displayed in tooltip and in the ORBAT viewer background
 
|p11= textColour: [[Array]] - texture color in format RGBA
 
|p12= commName: [[String]] - commander name. Can be the name directly or a class from CfgWorlds > GenericNames
 
|p13= commRank: [[String]] - commander rank
 
|p14= description: [[String]] - description shown in tooltip
 
|p15= assets: [[Array]] of [[Array]]s in format [vehicleClass, count]:
* vehicleClass: [[String]] - vehicle class name
* count: [[Number]] - quantity of vehicles


|r1= [[Boolean]]
|r1= [[Boolean]]


|x1= <code>[
|x1= <sqf>
configFile >> "CfgORBAT" >> "BIS" >> "B_1_A_1",
[
1,  
configFile >> "CfgORBAT" >> "BIS" >> "B_1_A_1",
"Platoon",  
1,
"Infantry",  
"Platoon",
"West",  
"Infantry",
"Name: %1 %2 %3",  
"West",
"Short Name: %1 %2 %3",  
"Name: %1 %2 %3",
"b_air",  
"Short Name: %1 %2 %3",
3,
"b_air",
"\A3\Air_F_EPB\Heli_Light_03\data\UI\Heli_Light_03_CA.paa",  
3,
[0,0,0,1],  
"\A3\Air_F_EPB\Heli_Light_03\data\UI\Heli_Light_03_CA.paa",
"Commander Name",  
[0,0,0,1],
"General",  
"Commander Name",
"Description",  
"General",
[ ["B_MRAP_01_F",5] ]  
"Description",
] call [[BIS_fnc_ORBATSetGroupParams]];</code>
[["B_MRAP_01_F",5]]
] call BIS_fnc_ORBATSetGroupParams;
</sqf>


|seealso= [[ORBAT Viewer]] [[BIS_fnc_ORBATAddGroupOverlay]] [[BIS_fnc_ORBATAnimate]] [[BIS_fnc_ORBATConfigPreview]] [[BIS_fnc_ORBATGetGroupParams]] [[BIS_fnc_ORBATOpen]] [[BIS_fnc_ORBATRemoveGroupOverlay]] [[BIS_fnc_ORBATSetGroupFade]] [[BIS_fnc_ORBATTooltip]]
|seealso= [[ORBAT Viewer]] [[BIS_fnc_ORBATAddGroupOverlay]] [[BIS_fnc_ORBATAnimate]] [[BIS_fnc_ORBATConfigPreview]] [[BIS_fnc_ORBATGetGroupParams]] [[BIS_fnc_ORBATOpen]] [[BIS_fnc_ORBATRemoveGroupOverlay]] [[BIS_fnc_ORBATSetGroupFade]] [[BIS_fnc_ORBATTooltip]]
}}
}}

Latest revision as of 16:50, 8 November 2023

Hover & click on the images for description

Description

Description:
Overrides group params from CfgORBAT. See ORBAT Viewer for a detailed explanation.
Execution:
call
Groups:
Strategic

Syntax

Syntax:
[target, idType, size, type, side, name, shortName, texture, textSizeCoef, insignia, textColour, commName, commRank, description, assets] call BIS_fnc_ORBATSetGroupParams
Parameters:
target: Config - path to class in CfgORBAT
idType: Number or String - ID Type (e.g. 1 to result in "1st", or a specific string)
size: String - size as a class from CfgChainOfCommand > Sizes (e.g., "Platoon")
type: String - type as a class from CfgChainOfCommand > Types (e.g., "Infantry")
side: String - side as a class from CfgChainOfCommand > Sides (e.g., "West")
name: String - name. Passed arguments are: %1 - ID, %2 - type, %3 - size)
shortName: String - short name. Passed arguments are: %1 - ID, %2 - type, %3 - size)
texture: String - texture. Can be link to a file or a class from CfgMarkers
textSizeCoef: Number - texture size coeficient. 1 is the default size
insignia: String - insignia displayed in tooltip and in the ORBAT viewer background
textColour: Array - texture color in format RGBA
commName: String - commander name. Can be the name directly or a class from CfgWorlds > GenericNames
commRank: String - commander rank
description: String - description shown in tooltip
assets: Array of Arrays in format [vehicleClass, count]:
  • vehicleClass: String - vehicle class name
  • count: Number - quantity of vehicles
Return Value:
Boolean

Examples

Example 1:
[ configFile >> "CfgORBAT" >> "BIS" >> "B_1_A_1", 1, "Platoon", "Infantry", "West", "Name: %1 %2 %3", "Short Name: %1 %2 %3", "b_air", 3, "\A3\Air_F_EPB\Heli_Light_03\data\UI\Heli_Light_03_CA.paa", [0,0,0,1], "Commander Name", "General", "Description", [["B_MRAP_01_F",5]] ] call BIS_fnc_ORBATSetGroupParams;

Additional Information

See also:
ORBAT Viewer BIS_fnc_ORBATAddGroupOverlay BIS_fnc_ORBATAnimate BIS_fnc_ORBATConfigPreview BIS_fnc_ORBATGetGroupParams BIS_fnc_ORBATOpen BIS_fnc_ORBATRemoveGroupOverlay BIS_fnc_ORBATSetGroupFade 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