Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_LoadCasualtySupportStationComponent.c File Reference

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
 

Function Documentation

◆ DelayedInit()

protected override void DelayedInit ( IEntity  owner)

Definition at line 12 of file SCR_LoadCasualtySupportStationComponent.c.

◆ GetSupportStationType()

override ESupportStationType GetSupportStationType ( )

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  supplyCost 
)

Definition at line 44 of file SCR_LoadCasualtySupportStationComponent.c.

◆ OnExecutedServer()

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

Definition at line 66 of file SCR_LoadCasualtySupportStationComponent.c.

Variable Documentation

◆ m_CompartmentManager

◆ m_CompartmentManagerOwner

protected IEntity m_CompartmentManagerOwner

Definition at line 9 of file SCR_LoadCasualtySupportStationComponent.c.