DayZ 1.24
|
Protected Member Functions | |
void | AnimateAlarmHand (float value) |
override bool | OnStoreLoad (ParamsReadContext ctx, int version) |
override void | OnStoreSave (ParamsWriteContext ctx) |
override void | OnDebugSpawn () |
Private Member Functions | |
override void | Init () |
void | ~AlarmClock_ColorBase () |
override void | SetActions () |
override string | GetToggleSound () |
override string | GetRingingSound () |
override string | GetDestroyedSound () |
override string | GetHitSound () |
override string | GetExplosiveTriggerSlotName () |
override void | GetDebugActions (out TSelectableActionInfoArrayEx outputList) |
override bool | OnAction (int action_id, Man player, ParamsReadContext ctx) |
override string | GetDebugText () |
void | OnUpdate () |
Private Attributes | |
const string | RINGING_SOUND = "AlarmClock_Ring_Loop_SoundSet" |
const string | TURN_TOGGLE_SOUND = "AlarmClock_Turn_Off_SoundSet" |
const string | DESTROYED_SOUND = "AlarmClock_Destroyed_SoundSet" |
const string | HIT_SOUND = "AlarmClock_Hit_SoundSet" |
Static Private Attributes | |
static ref NoiseParams | m_NoisePar |
static NoiseSystem | m_NoiseSystem |
Definition at line 1 of file AlarmClock.c.
|
inlineprivate |
Definition at line 27 of file AlarmClock.c.
References OnRingingStopClient().
Definition at line 135 of file AlarmClock.c.
|
inlineprivate |
Definition at line 69 of file AlarmClock.c.
References SAT_DEBUG_ACTION.
Definition at line 90 of file AlarmClock.c.
References GetAlarmInMin(), GetGame(), GetRingingDurationMax(), m_RingingDuration, m_State, and float::ToString().
Definition at line 64 of file AlarmClock.c.
Definition at line 12 of file AlarmClock.c.
References GetGame(), GetType(), m_NoisePar, m_NoiseSystem, and NoiseParams().
|
inlineprivate |
Definition at line 77 of file AlarmClock.c.
References GetGame(), and SetAlarmInXMins().
Definition at line 177 of file AlarmClock.c.
References MakeRingingStart(), and TurnOn().
|
inlineprotected |
Definition at line 141 of file AlarmClock.c.
References MakeRingingStart(), SetAlarmTimeServer(), SetState(), and TurnOn().
|
inlineprotected |
Definition at line 169 of file AlarmClock.c.
References m_AlarmTime01, and m_State.
|
inlineprivate |
Definition at line 106 of file AlarmClock.c.
References ConvertAlarmHand01ToMins12h(), ConvertTimeToMins12h(), GetGame(), GetPosition, GetRingingDurationMax(), IsAlarmOn(), IsRinging(), m_AlarmTime01, m_NoisePar, m_NoiseSystem, m_RingingDuration, MakeRingingStart(), TurnOff(), and UPDATE_TICK_RATE.
Definition at line 35 of file AlarmClock.c.
References ActionTurnOffAlarmClock(), ActionTurnOnAlarmClock(), and AddAction().
Definition at line 5 of file AlarmClock.c.
Referenced by GetDestroyedSound().
Definition at line 6 of file AlarmClock.c.
Referenced by GetHitSound().
|
staticprivate |
Definition at line 9 of file AlarmClock.c.
Referenced by Init(), and OnUpdate().
|
staticprivate |
Definition at line 10 of file AlarmClock.c.
Referenced by Init(), and OnUpdate().
Definition at line 3 of file AlarmClock.c.
Referenced by GetRingingSound().
Definition at line 4 of file AlarmClock.c.
Referenced by GetToggleSound().