![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Static Protected Member Functions | |
| static override void | InitInfo (WorldSystemInfo outInfo) |
| static SCR_SuppliesTransportSystem | GetInstance () |
Protected Attributes | |
| float | m_fTimer |
| ref set< SCR_TransportUnitComponent > | m_TransportUnits = new set<SCR_TransportUnitComponent>() |
| ref map< SCR_ResupplyCampaignMilitaryBaseTaskEntity, ref array< SCR_TransportUnitComponent > > | m_mResupplyTaskToTransportUnitsMap = new map<SCR_ResupplyCampaignMilitaryBaseTaskEntity, ref array<SCR_TransportUnitComponent>>() |
| ref OnTransportUnitChangedInvoker | m_OnTransportUnitAdded |
| ref OnTransportUnitChangedInvoker | m_OnTransportUnitRemoved |
Definition at line 5 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 291 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 262 of file SCR_SuppliesTransportSystem.c.
|
inlinestaticprotected |
Definition at line 29 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 39 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 48 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 57 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 63 of file SCR_SuppliesTransportSystem.c.
|
inlinestaticprotected |
Definition at line 20 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Determines whether the specified task is currently being solved by any transport unit, excluding an optional transport unit.
| [in] | task | The task to check if it's being solved. |
| [in] | ignoredTransportUnit | (Optional) A transport unit to exclude from the check. |
Definition at line 172 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Determines whether the specified vehicle is currently being boarded by any transport unit, excluding an optional transport unit.
| [in] | vehicle | The vehicle to check boarding status for. |
| [in] | ignoredTransportUnit | (Optional) A transport unit to exclude from the boarding check. |
Definition at line 150 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Determines whether the specified vehicle is currently selected by any transport unit, excluding an optional transport unit.
| [in] | vehicle | The vehicle to check selection status for. |
| [in] | ignoredTransportUnit | (Optional) A transport unit to exclude from the selection check. |
Definition at line 131 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Determines whether the specified vehicle is currently in use by any transport unit, excluding an optional transport unit.
| [in] | vehicle | The vehicle to check usage status for. |
| [in] | ignoredTransportUnit | (Optional) A transport unit to exclude from the usage check. |
Definition at line 112 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
| [in] | timeSlice | interval for diagnostics update. |
Definition at line 283 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 273 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 187 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 214 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 80 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 241 of file SCR_SuppliesTransportSystem.c.
|
inlineprotected |
Definition at line 94 of file SCR_SuppliesTransportSystem.c.
|
protected |
Definition at line 10 of file SCR_SuppliesTransportSystem.c.
|
protected |
Definition at line 14 of file SCR_SuppliesTransportSystem.c.
|
protected |
Definition at line 16 of file SCR_SuppliesTransportSystem.c.
|
protected |
Definition at line 17 of file SCR_SuppliesTransportSystem.c.
|
protected |
Definition at line 12 of file SCR_SuppliesTransportSystem.c.