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

◆ RequestInterruptAction()

override void ActionManagerClient::RequestInterruptAction ( )
inlineprotected

client requests action interrupt

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

1287 {
1288 if (ScriptInputUserData.CanStoreInputUserData())
1289 {
1290 ScriptInputUserData ctx = new ScriptInputUserData;
1292 ctx.Write(DayZPlayerConstants.CMD_ACTIONINT_INTERRUPT);
1293 ctx.Send();
1294 }
1295 }
const int INPUT_UDT_STANDARD_ACTION_END_REQUEST
proto native void Send()
proto bool Write(void value_out)
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Перекрестные ссылки ScriptInputUserData::CanStoreInputUserData(), INPUT_UDT_STANDARD_ACTION_END_REQUEST, ScriptInputUserData::Send() и Serializer::Write().

Используется в ManBase::CloseMapEx() и Update().