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

◆ OnMouseButtonRelease()

override void MissionBaseWorld::OnMouseButtonRelease ( int button)
inlineprotected

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

448 {
449 super.OnMouseButtonRelease(button);
450
451 if ( GetGame().IsDebug() )
452 {
453 if ( PluginKeyBinding.instance != NULL )
454 {
455 PluginKeyBinding.instance.OnMouseButtonRelease(button);
456 }
457 }
458 }
proto native CGame GetGame()

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