DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ActionContinuousBase()

void ActionContinuousBase::ActionContinuousBase ( )
inlineprivate

См. определение в файле ActionContinuousBase.c строка 124

125 {
126 m_CallbackClass = ActionContinuousBaseCB;
127 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_EAT;
128
129 if( GetGame() && GetGame().IsServer() )
130 {
131 m_AdminLog = PluginAdminLog.Cast( GetPlugin(PluginAdminLog) );
132 }
133 }
PluginBase GetPlugin(typename plugin_type)
Определения PluginManager.c:316
PluginAdminLog m_AdminLog
Определения ActionContinuousBase.c:122
int m_CommandUID
Определения AnimatedActionBase.c:143
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602
proto native CGame GetGame()

Перекрестные ссылки GetGame(), GetPlugin(), m_AdminLog, AnimatedActionBase::m_CallbackClass и AnimatedActionBase::m_CommandUID.