Arma Reforger Script API
|
Public Member Functions | |
void | SCR_QRFVehicleSpawnConfig (notnull SCR_BaseCompartmentManagerComponent vehicleCompartmentMGR, SCR_EQRFGroupType groupType, vector targetPosition, notnull SCR_ScenarioFrameworkQRFSlotAI slot) |
Public Attributes | |
SCR_BaseCompartmentManagerComponent | m_VehicleCompartmentMGR |
SCR_EQRFGroupType | m_eGroupType |
vector | m_vTargetPosition |
SCR_ScenarioFrameworkQRFSlotAI | m_Slot |
void SCR_QRFVehicleSpawnConfig.SCR_QRFVehicleSpawnConfig | ( | notnull SCR_BaseCompartmentManagerComponent | vehicleCompartmentMGR, |
SCR_EQRFGroupType | groupType, | ||
vector | targetPosition, | ||
notnull SCR_ScenarioFrameworkQRFSlotAI | slot | ||
) |
[in] | vehicleCompartmentMGR | |
[in] | groupType | type of a QRF force that this is meant to represent |
[in] | targetPosition | loaction to which QRF group will be sent |
[in] | slot | which was used to spawn this vehicle |
SCR_EQRFGroupType SCR_QRFVehicleSpawnConfig.m_eGroupType |
SCR_ScenarioFrameworkQRFSlotAI SCR_QRFVehicleSpawnConfig.m_Slot |
SCR_BaseCompartmentManagerComponent SCR_QRFVehicleSpawnConfig.m_VehicleCompartmentMGR |
vector SCR_QRFVehicleSpawnConfig.m_vTargetPosition |