|
Arma Reforger Script API
|
Public Member Functions | |
| override void | Init (SCR_TaskCreatorComponent taskCreatorComponent) |
| Init task creator. | |
| override void | Deinit () |
| Deinit task creator. | |
Protected Member Functions | |
| void | SubscribeToBaseEvents (SCR_CampaignMilitaryBaseComponent campaignBase) |
| void | UnsubscribeFromBaseEvents (SCR_MilitaryBaseComponent base) |
| void | TryCreateResuplyTask (SCR_CampaignMilitaryBaseComponent campaignBase) |
| void | OnSuppliesLimitChanged (SCR_CampaignMilitaryBaseComponent campaignBase, float supplyLimit) |
| void | OnResourcesChanged (SCR_ResourceInteractor resourceInteractor, float value) |
| void | OnBaseBuilt (SCR_CampaignMilitaryBaseComponent campaignBase, Faction faction) |
| void | OnSignalChanged (SCR_CampaignMilitaryBaseComponent campaignBase) |
| void | OnBaseFactionChanged (SCR_MilitaryBaseComponent base, Faction faction) |
| void | TryCreateResupplyTaskDelayed (SCR_CampaignMilitaryBaseComponent campaignBase) |
Protected Attributes | |
| bool | m_bCreateForAllPlayableFactions |
| ref array< FactionKey > | m_aFactionKeys |
| SCR_CampaignMilitaryBaseManager | m_MilitaryBaseManager |
| ref map< SCR_ResourceConsumer, SCR_CampaignMilitaryBaseComponent > | m_mBaseToResourceConsumer = new map<SCR_ResourceConsumer, SCR_CampaignMilitaryBaseComponent>() |
Protected Attributes inherited from SCR_TaskCreator | |
| ResourceName | m_sTaskPrefab |
Static Protected Attributes | |
| static const string | CAMPAIGN_RESUPPLY_TASK_ID = "%1_CampaignResupplyTask_%2" |
| override void SCR_ResupplyTaskCreator.Deinit | ( | ) |
Deinit task creator.
Implements SCR_TaskCreator.
| override void SCR_ResupplyTaskCreator.Init | ( | SCR_TaskCreatorComponent | taskCreatorComponent | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |