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

◆ SyncActivateCommand()

void SyncActivateCommand ( int commandIdx,
int userInt,
float userFloat )

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

902 {
903 Param1<int> type = new Param1<int>(PluginDayZCreatureAIDebugSyncMessageType.ACTIVATE_COMMAND);
904 Param3<int, int, float> command = new Param3<int, int, float>(commandIdx, userInt, userFloat);
905
906 m_SyncMessages.Insert(type);
907 m_SyncMessages.Insert(command);
908 }
ref array< ref Param > m_SyncMessages
Определения PluginDayZCreatureAIDebug.c:99
Определения EntityAI.c:95

Перекрестные ссылки m_SyncMessages.

Используется в GUIAction_ActivateCommand().