DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | Dispatcher |
Typedefs | |
typedef int | CallID |
Functions | |
Dispatcher | GetDispatcher () |
void | SetDispatcher (Dispatcher dispatcher) |
Param | CallMethod (CallID call_id, Param params) |
Definition at line 1 of file Dispatcher.c.
Definition at line 36 of file Dispatcher.c.
References GetDispatcher().
Referenced by Debug::LogMessage(), PluginBase::PrintLogClient(), PluginBase::SceneEditorMenuCmdPopup(), PluginBase::SceneEditorMenuCmdRefresh(), PluginBase::SceneEditorMenuCmdSave(), PluginBase::ScriptHistoryBack(), and PluginBase::ScriptHistoryNext().
Dispatcher GetDispatcher | ( | ) |
Definition at line 20 of file Dispatcher.c.
References g_Dispatcher.
Referenced by CallMethod(), PluginDayzPlayerDebug_Weapons::OnClick(), and Debug::SaveLog().
void SetDispatcher | ( | Dispatcher | dispatcher | ) |
Definition at line 31 of file Dispatcher.c.
References g_Dispatcher.
Referenced by MissionBaseWorld::MissionBase(), and CGame::~DayZGame().
Definition at line 10 of file Dispatcher.c.
Referenced by Dispatcher::CallMethod().
Definition at line 9 of file Dispatcher.c.
Referenced by Dispatcher::CallMethod(), PluginBase::SceneEditorMenuCmdPopup(), PluginBase::SceneEditorMenuCmdRefresh(), and PluginBase::SceneEditorMenuCmdSave().
Definition at line 6 of file Dispatcher.c.
Referenced by Dispatcher::CallMethod(), PluginBase::PrintLogClient(), and Debug::SaveLog().
Definition at line 7 of file Dispatcher.c.
Definition at line 11 of file Dispatcher.c.
Referenced by Dispatcher::CallMethod(), and PluginDayzPlayerDebug_Weapons::OnClick().
Definition at line 4 of file Dispatcher.c.
Referenced by Dispatcher::CallMethod(), and PluginBase::ScriptHistoryBack().
Definition at line 5 of file Dispatcher.c.
Referenced by Dispatcher::CallMethod(), and PluginBase::ScriptHistoryNext().
Definition at line 8 of file Dispatcher.c.
Definition at line 3 of file Dispatcher.c.
Referenced by Dispatcher::CallMethod(), and Debug::LogMessage().
class Dispatcher g_Dispatcher |
Referenced by GetDispatcher(), and SetDispatcher().