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

◆ RequestInterruptAction()

override void ActionManagerClient::RequestInterruptAction ( )
inlineprotected

client requests action interrupt

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

1281 {
1282 if (ScriptInputUserData.CanStoreInputUserData())
1283 {
1284 ScriptInputUserData ctx = new ScriptInputUserData;
1286 ctx.Write(DayZPlayerConstants.CMD_ACTIONINT_INTERRUPT);
1287 ctx.Send();
1288 }
1289 }
const int INPUT_UDT_STANDARD_ACTION_END_REQUEST
Определения _constants.c:3
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().