![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | Init (SCR_TaskCreatorComponent taskCreatorComponent) |
| override void | Deinit () |
| 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>() |
Static Protected Attributes | |
| static const string | CAMPAIGN_RESUPPLY_TASK_ID = "%1_CampaignResupplyTask_%2" |
Definition at line 2 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 42 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 16 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 190 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 212 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 179 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 201 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 173 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 66 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 117 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 221 of file SCR_ResupplyTaskCreator.c.
|
inlineprotected |
Definition at line 95 of file SCR_ResupplyTaskCreator.c.
|
staticprotected |
Definition at line 13 of file SCR_ResupplyTaskCreator.c.
|
protected |
Definition at line 8 of file SCR_ResupplyTaskCreator.c.
|
protected |
Definition at line 5 of file SCR_ResupplyTaskCreator.c.
|
protected |
Definition at line 11 of file SCR_ResupplyTaskCreator.c.
|
protected |
Definition at line 10 of file SCR_ResupplyTaskCreator.c.