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

◆ OnInputUserDataReceived()

void DayZPlayer::OnInputUserDataReceived ( ParamsReadContext ctx)
inlineprotected

Input userdata

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

3009 {
3010 int userDataTypeParam = 0;
3011 if (!ctx.Read(userDataTypeParam))
3012 {
3013 Error("DayZPlayerImplement: cannot read input type");
3014 return;
3015 }
3016
3017 OnInputUserDataProcess(userDataTypeParam, ctx);
3018 }
bool OnInputUserDataProcess(int userDataType, ParamsReadContext ctx)
Определения DayZPlayerImplement.c:3020
proto bool Read(void value_in)
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

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