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

◆ OnEmote()

void PluginBase::OnEmote ( PlayerBase player,
EmoteBase emote )
inlineprotected

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

372 {
373 m_PlayerPrefix = GetPlayerPrefix( player , player.GetIdentity() );
374
375 ItemBase item = player.GetItemInHands();
376 if (item)
377 LogPrint(m_PlayerPrefix + " performed " + emote.GetInputActionName() + " with " + item.GetType());
378 else
379 LogPrint(m_PlayerPrefix + " performed " + emote.GetInputActionName());
380 }
class GP5GasMask extends MaskBase ItemBase
string GetInputActionName()
Определения EmoteBase.c:70
void LogPrint(string message)
Определения PluginAdminLog.c:62
string GetPlayerPrefix(PlayerBase player, PlayerIdentity identity)
Определения PluginAdminLog.c:67
string m_PlayerPrefix
Определения PluginAdminLog.c:6

Перекрестные ссылки EmoteBase::GetInputActionName(), GetPlayerPrefix(), LogPrint() и m_PlayerPrefix.