![]() |
Dayz Explorer 1.29.162510
|
Go to the source code of this file.
Classes | |
| class | Land_Underground_EntranceBase |
Enumerations | |
| enum | EUndegroundEntranceState |
Functions | |
| enum EUndegroundEntranceState | AlarmLight () |
| override void | CreateLights () |
| override void | CleanUpOnClosedClient () |
| override void | OnDoorStateChangedServer (EUndegroundEntranceState newState) |
| vector | GetLightPosition () |
| void | SoundEnded (Effect eff) |
| override void | HandleAudioPlayback (EUndegroundEntranceState newState, EUndegroundEntranceState prevState) |
| override void | OnUpdateClient (float timeSlice) |
| override void | HandleVisualPlayback (EUndegroundEntranceState newState, EUndegroundEntranceState prevState) |
Definition at line 1 of file land_underground_entrance.c.
| enum EUndegroundEntranceState AlarmLight | ( | ) |
Definition at line 1 of file land_underground_entrance.c.
| override void CleanUpOnClosedClient | ( | ) |
Definition at line 361 of file land_underground_entrance.c.
| override void CreateLights | ( | ) |
Definition at line 355 of file land_underground_entrance.c.
| vector GetLightPosition | ( | ) |
Definition at line 439 of file land_underground_entrance.c.
| override void HandleAudioPlayback | ( | EUndegroundEntranceState | newState, |
| EUndegroundEntranceState | prevState ) |
Definition at line 470 of file land_underground_entrance.c.
| override void HandleVisualPlayback | ( | EUndegroundEntranceState | newState, |
| EUndegroundEntranceState | prevState ) |
Definition at line 585 of file land_underground_entrance.c.
| override void OnDoorStateChangedServer | ( | EUndegroundEntranceState | newState | ) |
Definition at line 378 of file land_underground_entrance.c.
| override void OnUpdateClient | ( | float | timeSlice | ) |
Definition at line 575 of file land_underground_entrance.c.
| void SoundEnded | ( | Effect | eff | ) |
Definition at line 454 of file land_underground_entrance.c.
| CLOSED |
Definition at line 33 of file land_underground_entrance.c.
| CLOSING_A |
Definition at line 43 of file land_underground_entrance.c.
| CLOSING_B |
Definition at line 44 of file land_underground_entrance.c.
| CLOSING_C |
Definition at line 45 of file land_underground_entrance.c.
| CLOSING_D |
Definition at line 46 of file land_underground_entrance.c.
| CLOSING_E |
Definition at line 47 of file land_underground_entrance.c.
| CLOSING_F |
Definition at line 48 of file land_underground_entrance.c.
| CLOSING_G |
Definition at line 49 of file land_underground_entrance.c.
| const string DOORMOVING_SOUNDSET_LOOP = "UndergroundDoor_DoorOpen_Loop_SoundSet" |
Definition at line 349 of file land_underground_entrance.c.
| const string DOORMOVING_SOUNDSET_LOOP_IN = "UndergroundDoor_DoorOpen_Start_SoundSet" |
Definition at line 351 of file land_underground_entrance.c.
| const string DOORMOVING_SOUNDSET_LOOP_OUT = "UndergroundDoor_DoorOpen_End_SoundSet" |
Definition at line 350 of file land_underground_entrance.c.
| const string ENGINE_SOUNDSET_LOOP = "UndergroundDoor_ElectricMotor_Loop_SoundSet" |
Definition at line 346 of file land_underground_entrance.c.
| const string ENGINE_SOUNDSET_LOOP_IN = "UndergroundDoor_ElectricMotor_Start_SoundSet" |
Definition at line 345 of file land_underground_entrance.c.
| const string ENGINE_SOUNDSET_LOOP_OUT = "UndergroundDoor_ElectricMotor_End_SoundSet" |
Definition at line 347 of file land_underground_entrance.c.
| const float LIGHT_ROT_SPEED = -400 |
Definition at line 353 of file land_underground_entrance.c.
| const string LOCKING_SOUNDSET = "UndergroundDoor_Lock_SoundSet" |
Definition at line 348 of file land_underground_entrance.c.
| AlarmLight m_AlarmLight |
Definition at line 342 of file land_underground_entrance.c.
| EffectSound m_DoorEngineSoundIn |
Definition at line 333 of file land_underground_entrance.c.
| EffectSound m_DoorEngineSoundLoop |
Definition at line 334 of file land_underground_entrance.c.
| EffectSound m_DoorEngineSoundOut |
Definition at line 335 of file land_underground_entrance.c.
| EffectSound m_DoorMovementSoundIn |
Definition at line 337 of file land_underground_entrance.c.
| EffectSound m_DoorMovementSoundLoop |
Definition at line 338 of file land_underground_entrance.c.
| EffectSound m_DoorMovementSoundOut |
Definition at line 339 of file land_underground_entrance.c.
| EffectSound m_LockingSound |
Definition at line 336 of file land_underground_entrance.c.
| Land_Underground_EntranceBase m_SirenSound |
| enum EUndegroundEntranceState MAIN |
| OPENING_A |
Definition at line 35 of file land_underground_entrance.c.
| OPENING_B |
Definition at line 36 of file land_underground_entrance.c.
| OPENING_C |
Definition at line 37 of file land_underground_entrance.c.
| OPENING_D |
Definition at line 38 of file land_underground_entrance.c.
| OPENING_E |
Definition at line 39 of file land_underground_entrance.c.
| OPENING_F |
Definition at line 40 of file land_underground_entrance.c.
| OPENING_G |
Definition at line 41 of file land_underground_entrance.c.
| const string SIREN_SOUNDSET = "UndergroundDoor_Alarm_Loop_SoundSet" |
Definition at line 344 of file land_underground_entrance.c.
| enum EUndegroundEntranceState SMALL |
| UNINITIALIZED |
Definition at line 32 of file land_underground_entrance.c.