![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Allows players to drain an entity with a fuel manager. Use with care as it might create a lot of grieving opertunity. More...
Protected Member Functions | |
| override void | Init (IEntity pOwnerEntity, GenericComponent pManagerComponent) |
| override string | GetCannotPerformReason () |
| override bool | CanBeShownScript (IEntity user) |
| override bool | CanBePerformedScript (IEntity user) |
| override void | PerformContinuousAction (IEntity pOwnerEntity, IEntity pUserEntity, float timeSlice) |
| override void | PerformAction (IEntity pOwnerEntity, IEntity pUserEntity) |
| override void | OnActionStart (IEntity pUserEntity) |
| override void | OnActionCanceled (IEntity pOwnerEntity, IEntity pUserEntity) |
| override bool | GetActionNameScript (out string outName) |
Protected Attributes | |
| LocalizedString | m_sCannotPerformNoFuel |
| IEntity | m_ActionUser |
| bool | m_bIsMaster |
| bool | m_bExecutingAction |
| SCR_FuelManagerComponent | m_FuelManager |
| SCR_DamageManagerComponent | m_DamageComponent |
Allows players to drain an entity with a fuel manager. Use with care as it might create a lot of grieving opertunity.
Definition at line 2 of file SCR_DrainFuelUserAction.c.
Definition at line 61 of file SCR_DrainFuelUserAction.c.
Definition at line 40 of file SCR_DrainFuelUserAction.c.
Definition at line 128 of file SCR_DrainFuelUserAction.c.
|
inlineprotected |
Definition at line 29 of file SCR_DrainFuelUserAction.c.
|
inlineprotected |
Definition at line 16 of file SCR_DrainFuelUserAction.c.
|
inlineprotected |
Definition at line 122 of file SCR_DrainFuelUserAction.c.
|
inlineprotected |
Definition at line 114 of file SCR_DrainFuelUserAction.c.
|
inlineprotected |
Definition at line 83 of file SCR_DrainFuelUserAction.c.
|
inlineprotected |
Definition at line 74 of file SCR_DrainFuelUserAction.c.
|
protected |
Definition at line 7 of file SCR_DrainFuelUserAction.c.
|
protected |
Definition at line 10 of file SCR_DrainFuelUserAction.c.
|
protected |
Definition at line 8 of file SCR_DrainFuelUserAction.c.
|
protected |
Definition at line 13 of file SCR_DrainFuelUserAction.c.
|
protected |
Definition at line 12 of file SCR_DrainFuelUserAction.c.
|
protected |
Definition at line 5 of file SCR_DrainFuelUserAction.c.