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

◆ OnKeyRelease()

override void MissionBaseWorld::OnKeyRelease ( int key)
inlineprotected

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

422 {
423 super.OnKeyRelease(key);
424
425 if ( GetGame().IsDebug() )
426 {
427 if ( PluginKeyBinding.instance != NULL )
428 {
429 PluginKeyBinding.instance.OnKeyRelease(key);
430 }
431 }
432 }
proto native CGame GetGame()

Перекрестные ссылки GetGame().