Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_LoadCasualtySupportStationComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_LoadCasualtySupportStationComponentClass

Functions

override void DelayedInit (IEntity owner)
override bool IsValid (IEntity actionOwner, IEntity actionUser, SCR_BaseUseSupportStationAction action, vector actionPosition, out ESupportStationReasonInvalid reasonInvalid, out int supplyAmount)
override ESupportStationType GetSupportStationType ()
override void OnExecutedServer (notnull IEntity actionOwner, notnull IEntity actionUser, notnull SCR_BaseUseSupportStationAction action)

Variables

SCR_LoadCasualtySupportStationComponentClass m_CompartmentManager
IEntity m_CompartmentManagerOwner

Function Documentation

◆ DelayedInit()

override void DelayedInit ( IEntity owner)
protected

Definition at line 12 of file SCR_LoadCasualtySupportStationComponent.c.

◆ GetSupportStationType()

override ESupportStationType GetSupportStationType ( )
protected

Definition at line 60 of file SCR_LoadCasualtySupportStationComponent.c.

◆ IsValid()

override bool IsValid ( IEntity actionOwner,
IEntity actionUser,
SCR_BaseUseSupportStationAction action,
vector actionPosition,
out ESupportStationReasonInvalid reasonInvalid,
out int supplyAmount )
protected

Definition at line 44 of file SCR_LoadCasualtySupportStationComponent.c.

◆ OnExecutedServer()

override void OnExecutedServer ( notnull IEntity actionOwner,
notnull IEntity actionUser,
notnull SCR_BaseUseSupportStationAction action )
protected

Definition at line 66 of file SCR_LoadCasualtySupportStationComponent.c.

Variable Documentation

◆ m_CompartmentManager

◆ m_CompartmentManagerOwner

IEntity m_CompartmentManagerOwner
protected

Definition at line 9 of file SCR_LoadCasualtySupportStationComponent.c.