Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
land_underground_entrance.c File Reference

Go to the source code of this file.

Data Structures

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)
 

Variables

enum EUndegroundEntranceState MAIN
 
enum EUndegroundEntranceState SMALL
 
 UNINITIALIZED
 
 CLOSED
 
 OPENING_A
 
 OPENING_B
 
 OPENING_C
 
 OPENING_D
 
 OPENING_E
 
 OPENING_F
 
 OPENING_G
 
 CLOSING_A
 
 CLOSING_B
 
 CLOSING_C
 
 CLOSING_D
 
 CLOSING_E
 
 CLOSING_F
 
 CLOSING_G
 
Land_Underground_EntranceBase m_SirenSound
 
EffectSound m_DoorEngineSoundIn
 
EffectSound m_DoorEngineSoundLoop
 
EffectSound m_DoorEngineSoundOut
 
EffectSound m_LockingSound
 
EffectSound m_DoorMovementSoundIn
 
EffectSound m_DoorMovementSoundLoop
 
EffectSound m_DoorMovementSoundOut
 
AlarmLight m_AlarmLight
 
const string SIREN_SOUNDSET = "UndergroundDoor_Alarm_Loop_SoundSet"
 
const string ENGINE_SOUNDSET_LOOP_IN = "UndergroundDoor_ElectricMotor_Start_SoundSet"
 
const string ENGINE_SOUNDSET_LOOP = "UndergroundDoor_ElectricMotor_Loop_SoundSet"
 
const string ENGINE_SOUNDSET_LOOP_OUT = "UndergroundDoor_ElectricMotor_End_SoundSet"
 
const string LOCKING_SOUNDSET = "UndergroundDoor_Lock_SoundSet"
 
const string DOORMOVING_SOUNDSET_LOOP = "UndergroundDoor_DoorOpen_Loop_SoundSet"
 
const string DOORMOVING_SOUNDSET_LOOP_OUT = "UndergroundDoor_DoorOpen_End_SoundSet"
 
const string DOORMOVING_SOUNDSET_LOOP_IN = "UndergroundDoor_DoorOpen_Start_SoundSet"
 
const float LIGHT_ROT_SPEED = -400
 

Enumeration Type Documentation

◆ EUndegroundEntranceState

Definition at line 1 of file land_underground_entrance.c.

Function Documentation

◆ AlarmLight()

enum EUndegroundEntranceState AlarmLight ( )

Definition at line 31 of file land_underground_entrance.c.

◆ CleanUpOnClosedClient()

override void CleanUpOnClosedClient ( )

Definition at line 346 of file land_underground_entrance.c.

◆ CreateLights()

override void CreateLights ( )

Definition at line 340 of file land_underground_entrance.c.

◆ GetLightPosition()

vector GetLightPosition ( )

Definition at line 424 of file land_underground_entrance.c.

◆ HandleAudioPlayback()

override void HandleAudioPlayback ( EUndegroundEntranceState  newState,
EUndegroundEntranceState  prevState 
)

Definition at line 455 of file land_underground_entrance.c.

◆ HandleVisualPlayback()

override void HandleVisualPlayback ( EUndegroundEntranceState  newState,
EUndegroundEntranceState  prevState 
)

Definition at line 570 of file land_underground_entrance.c.

◆ OnDoorStateChangedServer()

override void OnDoorStateChangedServer ( EUndegroundEntranceState  newState)

Definition at line 363 of file land_underground_entrance.c.

◆ OnUpdateClient()

override void OnUpdateClient ( float  timeSlice)

Definition at line 560 of file land_underground_entrance.c.

◆ SoundEnded()

void SoundEnded ( Effect  eff)

Definition at line 439 of file land_underground_entrance.c.

Variable Documentation

◆ CLOSED

CLOSED

Definition at line 3 of file land_underground_entrance.c.

◆ CLOSING_A

CLOSING_A

Definition at line 13 of file land_underground_entrance.c.

◆ CLOSING_B

CLOSING_B

Definition at line 14 of file land_underground_entrance.c.

◆ CLOSING_C

CLOSING_C

Definition at line 15 of file land_underground_entrance.c.

◆ CLOSING_D

CLOSING_D

Definition at line 16 of file land_underground_entrance.c.

◆ CLOSING_E

CLOSING_E

Definition at line 17 of file land_underground_entrance.c.

◆ CLOSING_F

CLOSING_F

Definition at line 18 of file land_underground_entrance.c.

◆ CLOSING_G

CLOSING_G

Definition at line 20 of file land_underground_entrance.c.

◆ DOORMOVING_SOUNDSET_LOOP

const string DOORMOVING_SOUNDSET_LOOP = "UndergroundDoor_DoorOpen_Loop_SoundSet"

Definition at line 334 of file land_underground_entrance.c.

◆ DOORMOVING_SOUNDSET_LOOP_IN

const string DOORMOVING_SOUNDSET_LOOP_IN = "UndergroundDoor_DoorOpen_Start_SoundSet"

Definition at line 336 of file land_underground_entrance.c.

◆ DOORMOVING_SOUNDSET_LOOP_OUT

const string DOORMOVING_SOUNDSET_LOOP_OUT = "UndergroundDoor_DoorOpen_End_SoundSet"

Definition at line 335 of file land_underground_entrance.c.

◆ ENGINE_SOUNDSET_LOOP

const string ENGINE_SOUNDSET_LOOP = "UndergroundDoor_ElectricMotor_Loop_SoundSet"

Definition at line 331 of file land_underground_entrance.c.

◆ ENGINE_SOUNDSET_LOOP_IN

const string ENGINE_SOUNDSET_LOOP_IN = "UndergroundDoor_ElectricMotor_Start_SoundSet"

Definition at line 330 of file land_underground_entrance.c.

◆ ENGINE_SOUNDSET_LOOP_OUT

const string ENGINE_SOUNDSET_LOOP_OUT = "UndergroundDoor_ElectricMotor_End_SoundSet"

Definition at line 332 of file land_underground_entrance.c.

◆ LIGHT_ROT_SPEED

const float LIGHT_ROT_SPEED = -400

Definition at line 338 of file land_underground_entrance.c.

◆ LOCKING_SOUNDSET

const string LOCKING_SOUNDSET = "UndergroundDoor_Lock_SoundSet"

Definition at line 333 of file land_underground_entrance.c.

◆ m_AlarmLight

AlarmLight m_AlarmLight

Definition at line 327 of file land_underground_entrance.c.

◆ m_DoorEngineSoundIn

EffectSound m_DoorEngineSoundIn

Definition at line 318 of file land_underground_entrance.c.

◆ m_DoorEngineSoundLoop

EffectSound m_DoorEngineSoundLoop

Definition at line 319 of file land_underground_entrance.c.

◆ m_DoorEngineSoundOut

EffectSound m_DoorEngineSoundOut

Definition at line 320 of file land_underground_entrance.c.

◆ m_DoorMovementSoundIn

EffectSound m_DoorMovementSoundIn

Definition at line 322 of file land_underground_entrance.c.

◆ m_DoorMovementSoundLoop

EffectSound m_DoorMovementSoundLoop

Definition at line 323 of file land_underground_entrance.c.

◆ m_DoorMovementSoundOut

EffectSound m_DoorMovementSoundOut

Definition at line 324 of file land_underground_entrance.c.

◆ m_LockingSound

EffectSound m_LockingSound

Definition at line 321 of file land_underground_entrance.c.

◆ m_SirenSound

◆ MAIN

◆ OPENING_A

OPENING_A

Definition at line 5 of file land_underground_entrance.c.

◆ OPENING_B

OPENING_B

Definition at line 6 of file land_underground_entrance.c.

◆ OPENING_C

OPENING_C

Definition at line 7 of file land_underground_entrance.c.

◆ OPENING_D

OPENING_D

Definition at line 8 of file land_underground_entrance.c.

◆ OPENING_E

OPENING_E

Definition at line 9 of file land_underground_entrance.c.

◆ OPENING_F

OPENING_F

Definition at line 10 of file land_underground_entrance.c.

◆ OPENING_G

OPENING_G

Definition at line 11 of file land_underground_entrance.c.

◆ SIREN_SOUNDSET

const string SIREN_SOUNDSET = "UndergroundDoor_Alarm_Loop_SoundSet"

Definition at line 329 of file land_underground_entrance.c.

◆ SMALL

◆ UNINITIALIZED

UNINITIALIZED

Definition at line 2 of file land_underground_entrance.c.