![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_LoadCasualtySupportStationComponentClass |
Functions | |
| protected override void | DelayedInit (IEntity owner) |
| override bool | IsValid (IEntity actionOwner, IEntity actionUser, SCR_BaseUseSupportStationAction action, vector actionPosition, out ESupportStationReasonInvalid reasonInvalid, out int supplyCost) |
| override ESupportStationType | GetSupportStationType () |
| override void | OnExecutedServer (notnull IEntity actionOwner, notnull IEntity actionUser, notnull SCR_BaseUseSupportStationAction action) |
Variables | |
| SCR_LoadCasualtySupportStationComponentClass | m_CompartmentManager |
| protected IEntity | m_CompartmentManagerOwner |
| protected override void DelayedInit | ( | IEntity | owner | ) |
Definition at line 12 of file SCR_LoadCasualtySupportStationComponent.c.
| override ESupportStationType GetSupportStationType | ( | ) |
Definition at line 60 of file SCR_LoadCasualtySupportStationComponent.c.
| override bool IsValid | ( | IEntity | actionOwner, |
| IEntity | actionUser, | ||
| SCR_BaseUseSupportStationAction | action, | ||
| vector | actionPosition, | ||
| out ESupportStationReasonInvalid | reasonInvalid, | ||
| out int | supplyCost | ||
| ) |
Definition at line 44 of file SCR_LoadCasualtySupportStationComponent.c.
| override void OnExecutedServer | ( | notnull IEntity | actionOwner, |
| notnull IEntity | actionUser, | ||
| notnull SCR_BaseUseSupportStationAction | action | ||
| ) |
Definition at line 66 of file SCR_LoadCasualtySupportStationComponent.c.
| SCR_LoadCasualtySupportStationComponentClass m_CompartmentManager |
| protected IEntity m_CompartmentManagerOwner |
Definition at line 9 of file SCR_LoadCasualtySupportStationComponent.c.