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

◆ GetInstance()

static VONManagerBase VONManager::GetInstance ( )
inlinestaticprivate

Main way to access VONManager functionality from script.

Возвращает
Instance of VONManagerImplementation if logged on to server, or VONManagerBase otherwise

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

293 {
294 return m_VONManager;
295 }
static ref VONManagerBase m_VONManager
Определения VONManager.c:286

Перекрестные ссылки m_VONManager.

Используется в CGame::OnEvent(), MissionBase::OnUpdate() и ScriptedWidgetEventHandler::OptionsMenuSounds().