![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| override bool | DisableVicinityIcon () |
| override bool | IsStaticTransmitter () |
| override void | OnSwitchOff () |
| override void | OnSwitchOn () |
| override void | OnWorkStart () |
| override void | OnWorkStop () |
| void | SoundTurnedOnNoiseStart () |
| void | SoundTurnedOnNoiseStop () |
| void | SoundTurnOff () |
| void | SoundTurnOn () |
Protected Attributes | |
| EffectSound | m_Sound |
| EffectSound | m_SoundLoop |
Private Attributes | |
| const string | SOUND_PAS_TURN_OFF = "pastransmitter_turnoff_SoundSet" |
| const string | SOUND_PAS_TURN_ON = "pastransmitter_turnon_SoundSet" |
| const string | SOUND_PAS_TURNED_ON = "pastransmitter_staticnoise_SoundSet" |
Definition at line 1 of file land_radio_panelpas.c.
|
inlineprotected |
Definition at line 17 of file land_radio_panelpas.c.
|
inlineprotected |
Definition at line 12 of file land_radio_panelpas.c.
|
inlineprotected |
Definition at line 36 of file land_radio_panelpas.c.
References SoundTurnOff().
|
inlineprotected |
Definition at line 23 of file land_radio_panelpas.c.
References SoundTurnOn().
|
inlineprotected |
Definition at line 44 of file land_radio_panelpas.c.
References SoundTurnedOnNoiseStart().
|
inlineprotected |
Definition at line 55 of file land_radio_panelpas.c.
References SoundTurnedOnNoiseStop().
|
inlineprotected |
Definition at line 70 of file land_radio_panelpas.c.
References m_SoundLoop, and SOUND_PAS_TURNED_ON.
Referenced by OnWorkStart().
|
inlineprotected |
Definition at line 75 of file land_radio_panelpas.c.
References m_SoundLoop.
Referenced by OnWorkStop().
|
inlineprotected |
Definition at line 85 of file land_radio_panelpas.c.
References m_Sound, and SOUND_PAS_TURN_OFF.
Referenced by OnSwitchOff().
|
inlineprotected |
Definition at line 80 of file land_radio_panelpas.c.
References m_Sound, and SOUND_PAS_TURN_ON.
Referenced by OnSwitchOn().
|
protected |
Definition at line 8 of file land_radio_panelpas.c.
Referenced by SoundTurnOff(), and SoundTurnOn().
|
protected |
Definition at line 9 of file land_radio_panelpas.c.
Referenced by SoundTurnedOnNoiseStart(), and SoundTurnedOnNoiseStop().
|
private |
Definition at line 5 of file land_radio_panelpas.c.
Referenced by SoundTurnOff().
|
private |
Definition at line 4 of file land_radio_panelpas.c.
Referenced by SoundTurnOn().
|
private |
Definition at line 6 of file land_radio_panelpas.c.
Referenced by SoundTurnedOnNoiseStart().