![]() |
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_ResupplySupportStationComponentClass |
Functions | |
| SCR_ResupplySupportStationComponentClass SCR_BaseItemSupportStationComponentClass | InitValidSetup () |
| override ESupportStationType | GetSupportStationType () |
| override bool | IsValid (IEntity actionOwner, IEntity actionUser, SCR_BaseUseSupportStationAction action, vector actionPosition, out ESupportStationReasonInvalid reasonInvalid, out int supplyAmount) |
| override void | OnExecutedServer (notnull IEntity actionOwner, notnull IEntity actionUser, notnull SCR_BaseUseSupportStationAction action) |
| override void | OnExecute (IEntity actionOwner, IEntity actionUser, int playerId, SCR_BaseUseSupportStationAction action) |
| void | OnConsumeMilitarySupplyAllocationServer (IEntity actionUser, int amount) |
| int | GetMilitarySupplyAllocationCostOfAction (SCR_BaseUseSupportStationAction action) |
|
protected |
| [in] | action |
Definition at line 158 of file SCR_ResupplySupportStationComponent.c.
| override ESupportStationType GetSupportStationType | ( | ) |
Definition at line 22 of file SCR_ResupplySupportStationComponent.c.
| SCR_ResupplySupportStationComponentClass SCR_BaseItemSupportStationComponentClass InitValidSetup | ( | ) |
Definition at line 1 of file SCR_ResupplySupportStationComponent.c.
| override bool IsValid | ( | IEntity | actionOwner, |
| IEntity | actionUser, | ||
| SCR_BaseUseSupportStationAction | action, | ||
| vector | actionPosition, | ||
| out ESupportStationReasonInvalid | reasonInvalid, | ||
| out int | supplyAmount ) |
Definition at line 28 of file SCR_ResupplySupportStationComponent.c.
| [in] | actionUser | |
| [in] | amount |
Definition at line 127 of file SCR_ResupplySupportStationComponent.c.
|
protected |
Definition at line 69 of file SCR_ResupplySupportStationComponent.c.
| override void OnExecutedServer | ( | notnull IEntity | actionOwner, |
| notnull IEntity | actionUser, | ||
| notnull SCR_BaseUseSupportStationAction | action ) |
Definition at line 40 of file SCR_ResupplySupportStationComponent.c.