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

◆ OnRPCEx()

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

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

206 {
207 super.OnRPCEx(rpc_type, ctx);
208 #ifdef DIAG_DEVELOPER
209 switch (rpc_type)
210 {
211 case ERPCs.DEV_RPC_SERVER_SCRIPT_RESULT:
212 {
213 if (ctx.Read(CachedObjectsParams.PARAM1_BOOL))
214 {
215 ColorRunButton(CachedObjectsParams.PARAM1_BOOL.param1);
216 }
217 break;
218 }
219 }
220 #endif
221 }
ERPCs
Определения ERPCs.c:2
void ColorRunButton(bool success)
Определения ScriptConsoleEnfScriptTab.c:146
proto bool Read(void value_in)

Перекрестные ссылки ColorRunButton(), CachedObjectsParams::PARAM1_BOOL и Serializer::Read().