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

◆ OnRPCEx()

override void ScriptConsoleGeneralTab::OnRPCEx ( int rpc_type,
ParamsReadContext ctx )
inlineprotected

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

904 {
905 super.OnRPCEx(rpc_type, ctx);
906 #ifdef DIAG_DEVELOPER
907 switch (rpc_type)
908 {
909 case ERPCs.DEV_PLAYER_DEBUG_DATA:
910 {
912 break;
913 }
914 }
915 #endif
916 }
ERPCs
Определения ERPCs.c:2
ref array< ref RemotePlayerStatDebug > m_PlayerDebugStats
Определения ScriptConsoleGeneralTab.c:14
proto bool Read(void value_in)

Перекрестные ссылки m_PlayerDebugStats и Serializer::Read().