Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_QRFVehicleSpawnConfig.c
Go to the documentation of this file.
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:1
SCR_QRFVehicleSpawnConfig
Definition: SCR_QRFVehicleSpawnConfig.c:1
m_Slot
protected SCR_SiteSlotEntity m_Slot
Definition: SCR_CampaignServiceCompositionComponent.c:16