Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ResupplyTaskSolverContext.c
Go to the documentation of this file.
1class SCR_ResupplyTaskSolverContext : SCR_TaskSolverContext
2{
3 protected Vehicle m_Vehicle;
5
6 //------------------------------------------------------------------------------------------------
13
14 //------------------------------------------------------------------------------------------------
18 {
19 return m_Vehicle;
20 }
21
22 //------------------------------------------------------------------------------------------------
27 {
28 Init(vehicle, sourceBase);
29 }
30
31 //------------------------------------------------------------------------------------------------
32 protected void Init(notnull Vehicle vehicle, SCR_CampaignMilitaryBaseComponent sourceBase)
33 {
34 m_Vehicle = vehicle;
35 m_SourceBase = sourceBase;
36 }
37}
override void Init()
SCR_CampaignMilitaryBaseComponent m_SourceBase
void SCR_ResupplyTaskSolverContext(notnull Vehicle vehicle, SCR_CampaignMilitaryBaseComponent sourceBase)
SCR_CampaignMilitaryBaseComponent GetSourceBase()
void Init(notnull Vehicle vehicle, SCR_CampaignMilitaryBaseComponent sourceBase)
enum EPhysicsLayerPresets Vehicle
Definition gameLib.c:24