|
| void | PressureLevelSettings (int pPressureLevel, float pDuration) |
| |
| void | Land_Underground_WaterReservoir () |
| |
| void | ~Land_Underground_WaterReservoir () |
| |
| override void | EOnPostSimulate (IEntity other, float timeSlice) |
| |
| override void | OnVariablesSynchronized () |
| |
| override void | SetActions () |
| |
| override bool | HasTurnableValveBehavior () |
| |
| void | Init () |
| | Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
|
| |
| void | LateInit () |
| |
| void | ConfigureValvesAndGaugesCourse () |
| |
| override bool | IsValveTurnable (int pValveIndex) |
| |
| bool | IsAnyValveActive () |
| |
| bool | IsValveActive (int pValveIndex) |
| |
| override int | GetTurnableValveIndex (int pComponentIndex) |
| |
| void | OnValveManipulationStart (int pValveIndex) |
| |
| void | OnValveManipulationEnd (int pValveIndex) |
| |
| void | OnValveManipulationCanceled (int pValveIndex) |
| |
| array< vector > | GetValveAligningPointsWS (int pValveIndex) |
| |
| void | SetLastActiveValve (int pValveIndex) |
| |
| void | SetWaterLevelHeight (float pHeight) |
| |
| void | RegisterValve (string pCompName, int pIndex) |
| |
| void | TranslateMemoryPointsToWaterLevels () |
| |
| float | WaterLevelToHeight (int pWaterLevel) |
| |
| int | HeightToWaterLevel (float pHeight) |
| |
| float | PressureLevelToValue (int pPressureLevel) |
| |
| WaterLevelSettings | PreviousWaterLevelStageSettings (int pValveIndex) |
| |
| WaterLevelSettings | ActualWaterLevelStageSettings (int pValveIndex) |
| |
| void | AdvanceToNextWaterLevelStageSettings (int pValveIndex) |
| |
| PressureLevelSettings | PreviousPressureLevelStageSettings (int pValveIndex, bool pDeanimationRequest=false) |
| |
| PressureLevelSettings | ActualPressureLevelStageSettings (int pValveIndex, bool pDeanimationRequest=false) |
| |
| void | AdvanceToNextPressureLevelStageSettings (int pValveIndex) |
| |
| void | SetDefaultPressureLevelStageSettings (int pValveIndex) |
| |
| void | AnimateValve (int pValveIndex, float pPhase) |
| |
| void | SetValvePressureLevelGauge (int pValveIndex, float pValue) |
| |
| float | GetValvePressureLevelGauge (int pValveIndex) |
| |
| bool | IsValvePressureLevelGaugeAtBase (int pValveIndex) |
| |
| float | AdjustTime (float originalTime) |
| |
| vector | GetMemoryPointPosition (string pMemoryPoint) |
| |
| void | HandleSoundEffects () |
| |
| void | PlayValveManipulationSound () |
| |
| void | HandleSoundEffectsPipeCreaking () |
| |
| void | HandleSoundEffectsPipeSprinkling () |
| |
| void | HandleSoundEffectsUnderwaterPipeSounds () |
| |
| void | HandleSoundEffectsWaterLevelMovementSounds () |
| |
| void | CleanSoundEffects () |
| |
| void | PlayPipeCreakingSoundOnLocation () |
| |
| void | HandleVisualEffects () |
| |
| void | CleanVisualEffects () |
| |
| void | ResetState () |
| |
| void | SyncValveVariables () |
| |
| int | PackArrayOfBoolStatesIntoBits (array< bool > pStates) |
| |
| array< bool > | UnpackBitsToArrayOfBoolStates (int pPackedBits, int pArrayLength) |
| |