Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_QRFVehicleSpawnConfig.c
Go to the documentation of this file.
1class 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