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

◆ OnInputUserDataReceived()

void DayZPlayer::OnInputUserDataReceived ( ParamsReadContext ctx)
inlineprotected

Input userdata

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

2985 {
2986 int userDataTypeParam = 0;
2987 if (!ctx.Read(userDataTypeParam))
2988 {
2989 Error("DayZPlayerImplement: cannot read input type");
2990 return;
2991 }
2992
2993 OnInputUserDataProcess(userDataTypeParam, ctx);
2994 }
bool OnInputUserDataProcess(int userDataType, ParamsReadContext ctx)
Определения DayZPlayerImplement.c:2996
proto bool Read(void value_in)
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

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