![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_SuppliesTransferWaypointClass |
| class | SCR_SuppliesTransferWaypoint |
Typedefs | |
| typedef func | ScriptInvokerAITransferSuppliesMethod |
| typedef ScriptInvokerBase< ScriptInvokerAITransferSuppliesMethod > | ScriptInvokerAITransferSupplies |
Functions | |
| SCR_SuppliesTransferWaypointClass SCR_AIWaypointClass | ScriptInvokerAITransferSuppliesMethod (EResourcePlayerInteractionType interactionType, SCR_ResourceComponent resourceComponentFrom, SCR_ResourceComponent resourceComponentTo, EResourceType resourceType, float resourceValue, SCR_AIGroupUtilityComponent utility) |
| void | InitSupplyTransfer (notnull SCR_AIGroupUtilityComponent utility, SCR_SuppliesTransferWaypoint wp, EResourceGeneratorID generatorId, EResourceGeneratorID consumerId, bool isLoad) |
| SCR_CampaignMilitaryBaseComponent | FindBase (vector position) |
| IEntity | GetVehicleFromGroupLeader (notnull SCR_AIGroupUtilityComponent utility) |
| void | GetResourceValues (out float currentResource, out float maxResource, out float transferAmount) |
Variables | |
| SCR_SuppliesTransferWaypoint | RESOURCE_TYPE = EResourceType.SUPPLIES |
| SCR_ResourceComponent | m_ResourceComponent |
| SCR_ResourceGenerator | m_ResourceGenerator |
| SCR_ResourceConsumer | m_ResourceConsumer |
| float | m_fMaxStoredResource |
| float | m_fCurrentResource |
| float | m_fCurrentTransferValue |
| float | m_fTransferAmount |
| SCR_CampaignMilitaryBaseComponent | m_Base |
| typedef ScriptInvokerBase<ScriptInvokerAITransferSuppliesMethod> ScriptInvokerAITransferSupplies |
Definition at line 8 of file SCR_SuppliesTransferWaypoint.c.
Definition at line 7 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 113 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 163 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 140 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 69 of file SCR_SuppliesTransferWaypoint.c.
| SCR_SuppliesTransferWaypointClass SCR_AIWaypointClass ScriptInvokerAITransferSuppliesMethod | ( | EResourcePlayerInteractionType | interactionType, |
| SCR_ResourceComponent | resourceComponentFrom, | ||
| SCR_ResourceComponent | resourceComponentTo, | ||
| EResourceType | resourceType, | ||
| float | resourceValue, | ||
| SCR_AIGroupUtilityComponent | utility ) |
|
protected |
Definition at line 64 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 60 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 61 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 59 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 62 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 55 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 57 of file SCR_SuppliesTransferWaypoint.c.
|
protected |
Definition at line 56 of file SCR_SuppliesTransferWaypoint.c.
| SCR_SuppliesTransferWaypoint RESOURCE_TYPE = EResourceType.SUPPLIES |