Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ResupplyTaskSolverContext Interface Reference
Inheritance diagram for SCR_ResupplyTaskSolverContext:
SCR_TaskSolverContext

Public Member Functions

SCR_CampaignMilitaryBaseComponent GetSourceBase ()
 Retrieves the source base used for supplies loading.
 
Vehicle GetVehicle ()
 Retrieves the vehicle used for the resupply task.
 
void SCR_ResupplyTaskSolverContext (notnull Vehicle vehicle, SCR_CampaignMilitaryBaseComponent sourceBase)
 Constructor to initialize the resupply task context.
 
- Public Member Functions inherited from SCR_TaskSolverContext
void SCR_TaskSolverContext ()
 

Protected Member Functions

void Init (notnull Vehicle vehicle, SCR_CampaignMilitaryBaseComponent sourceBase)
 

Protected Attributes

Vehicle m_Vehicle
 
SCR_CampaignMilitaryBaseComponent m_SourceBase
 

Constructor & Destructor Documentation

◆ SCR_ResupplyTaskSolverContext()

void SCR_ResupplyTaskSolverContext.SCR_ResupplyTaskSolverContext ( notnull Vehicle vehicle,
SCR_CampaignMilitaryBaseComponent sourceBase )

Constructor to initialize the resupply task context.

Parameters
[in]vehicleThe vehicle used in the task.
[in]sourceBaseThe transport unit's source base.

Member Function Documentation

◆ GetSourceBase()

SCR_CampaignMilitaryBaseComponent SCR_ResupplyTaskSolverContext.GetSourceBase ( )

Retrieves the source base used for supplies loading.

Returns
The source base.

◆ GetVehicle()

Vehicle SCR_ResupplyTaskSolverContext.GetVehicle ( )

Retrieves the vehicle used for the resupply task.

Returns
The vehicle associated with the task.

◆ Init()

void SCR_ResupplyTaskSolverContext.Init ( notnull Vehicle vehicle,
SCR_CampaignMilitaryBaseComponent sourceBase )
protected

Member Data Documentation

◆ m_SourceBase

SCR_CampaignMilitaryBaseComponent SCR_ResupplyTaskSolverContext.m_SourceBase
protected

◆ m_Vehicle

Vehicle SCR_ResupplyTaskSolverContext.m_Vehicle
protected

The documentation for this interface was generated from the following file: