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

◆ GetEvents()

OptionsAccessEvents OptionsAccess::GetEvents ( )
inlineprivate

Get the events.

Возвращает
ParticleManagerEvents If there is any events set, this will return them so that additional functionality can be bound to them

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

1393 {
1394 return OptionsAccessEvents.Cast(GetScriptEvents());
1395 }
proto Managed GetScriptEvents()
Get the events.

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

Используется в OnRevert().