CfgMarkers – ArmA: Armed Assault
Jump to navigation
Jump to search
m (R3vo moved page CfgMarkers to ArmA: Armed Assault: CfgMarkers: naming standard) |
Lou Montana (talk | contribs) m (Text replacement - "<syntaxhighlight lang=cpp>" to "<syntaxhighlight lang="cpp">") |
||
Line 2: | Line 2: | ||
== Example Class == | == Example Class == | ||
<syntaxhighlight lang=cpp>class CfgMarkers | <syntaxhighlight lang="cpp">class CfgMarkers | ||
{ | { | ||
class Flag | class Flag |
Revision as of 15:23, 19 June 2021
Example Class
class CfgMarkers
{
class Flag
{
name = "Marker description";
icon = "\ca\ui\data\markers\marker1.paa";
color[] = {1, 0, 0, 1};
size = 32;
shadow = true;
scope = private;
};
};
Armed Assault
"Flag"
"Flag1"
"Dot"
"Destroy"
"Start"
"End"
"Warning"
"Join"
"Pickup"
"Unknown"
"Marker"
"Arrow"
"Empty"
"Empty"("Select")
Armed Assault v1.14 includes Warfare markers:
"AirTeam"
"Attack"
"Camp"
"CommandTeam"
"Defend"
"Depot"
"DestroyedVehicle"
"FireMission"
"Headquaters"
"HeavyTeam"
"InfantryTeam"
"LightTeam"
"Move"
"RepairVehicle"
"SalvageVehicle"
"SupplyVehicle"
"Town"
"Vehicle"