6 class SCR_LoadCasualtySupportStationComponent : SCR_BaseSupportStationComponent
17 super.DelayedInit(owner);
19 m_CompartmentManager = SCR_BaseCompartmentManagerComponent.Cast(owner.FindComponent(SCR_BaseCompartmentManagerComponent));
22 IEntity parent = owner.GetParent();
25 m_CompartmentManager = SCR_BaseCompartmentManagerComponent.Cast(parent.FindComponent(SCR_BaseCompartmentManagerComponent));
38 Print(
"'SCR_LoadCasualtySupportStationComponent': '" +
GetOwner().
GetName() +
"' has no CompartmentManager!", LogLevel.ERROR);
46 if (!super.IsValid(actionOwner, actionUser, action, actionPosition, reasonInvalid, supplyCost))
68 ChimeraCharacter
char = ChimeraCharacter.Cast(actionOwner);
84 super.OnExecutedServer(actionOwner, actionUser, action);