Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_QRFVehicleSpawnConfig.c
Go to the documentation of this file.
1
class
SCR_QRFVehicleSpawnConfig
2
{
3
SCR_BaseCompartmentManagerComponent m_VehicleCompartmentMGR;
4
SCR_EQRFGroupType
m_eGroupType;
5
vector
m_vTargetPosition;
6
SCR_ScenarioFrameworkQRFSlotAI m_Slot;
7
8
//------------------------------------------------------------------------------------------------
9
// constructor
14
void
SCR_QRFVehicleSpawnConfig(notnull SCR_BaseCompartmentManagerComponent vehicleCompartmentMGR,
SCR_EQRFGroupType
groupType,
vector
targetPosition, notnull SCR_ScenarioFrameworkQRFSlotAI slot)
15
{
16
m_VehicleCompartmentMGR = vehicleCompartmentMGR;
17
m_eGroupType = groupType;
18
m_vTargetPosition = targetPosition;
19
m_Slot = slot;
20
}
21
}
SCR_EQRFGroupType
SCR_EQRFGroupType
Definition
SCR_QRFGroupConfig.c:2
vector
Definition
vector.c:13
scripts
Game
ScenarioFramework
Configs
SCR_QRFVehicleSpawnConfig.c
Generated by
1.17.0