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

◆ OnInputUserDataReceived()

void DayZPlayer::OnInputUserDataReceived ( ParamsReadContext ctx)
inlineprotected

Input userdata

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

2943 {
2944 int userDataTypeParam = 0;
2945 if (!ctx.Read(userDataTypeParam))
2946 {
2947 Error("DayZPlayerImplement: cannot read input type");
2948 return;
2949 }
2950
2951 OnInputUserDataProcess(userDataTypeParam, ctx);
2952 }
bool OnInputUserDataProcess(int userDataType, ParamsReadContext ctx)
Определения DayZPlayerImplement.c:2954
proto bool Read(void value_in)
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

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