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

◆ OnRPCEx()

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

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

919 {
920 super.OnRPCEx(rpc_type, ctx);
921 #ifdef DIAG_DEVELOPER
922 switch (rpc_type)
923 {
924 case ERPCs.DEV_PLAYER_DEBUG_DATA:
925 {
927 break;
928 }
929 }
930 #endif
931 }
ERPCs
Определения ERPCs.c:2
ref array< ref RemotePlayerStatDebug > m_PlayerDebugStats
Определения ScriptConsoleGeneralTab.c:14
proto bool Read(void value_in)

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