DayZ 1.24
|
Protected Member Functions | |
void | PresenceNotifierNoiseEvents () |
void | RegisterEvent (EPresenceNotifierNoiseEventType pEventType, int pValue, float pLength) |
void | ProcessEvent (EPresenceNotifierNoiseEventType pEventType) |
int | GetValue () |
void | ResetEvent () |
Protected Attributes | |
int | m_Value |
ref Timer | m_CooldownTimer |
Static Protected Attributes | |
static ref map< EPresenceNotifierNoiseEventType, ref PresenceNotifierNoiseEvent > | m_PresenceNotifierNotifierEvents |
Definition at line 29 of file PluginPresenceNotifier.c.
|
inlineprotected |
Definition at line 36 of file PluginPresenceNotifier.c.
References CALL_CATEGORY_SYSTEM, m_CooldownTimer, m_PresenceNotifierNotifierEvents, and m_Value.
|
inlineprotected |
Definition at line 62 of file PluginPresenceNotifier.c.
References m_Value.
|
inlineprotected |
Definition at line 49 of file PluginPresenceNotifier.c.
References m_CooldownTimer, m_PresenceNotifierNotifierEvents, m_Value, and PresenceNotifierNoiseEvent().
|
inlineprotected |
Definition at line 43 of file PluginPresenceNotifier.c.
References m_PresenceNotifierNotifierEvents, and PresenceNotifierNoiseEvent().
|
inlineprotected |
Definition at line 67 of file PluginPresenceNotifier.c.
References m_Value.
Definition at line 34 of file PluginPresenceNotifier.c.
Referenced by PresenceNotifierNoiseEvents(), and ProcessEvent().
|
staticprotected |
Definition at line 33 of file PluginPresenceNotifier.c.
Referenced by PresenceNotifierNoiseEvents(), ProcessEvent(), and RegisterEvent().
|
protected |
Definition at line 31 of file PluginPresenceNotifier.c.
Referenced by GetValue(), PresenceNotifierNoiseEvents(), ProcessEvent(), and ResetEvent().