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

◆ GetEvents()

ParticleEvents GetEvents ( )
protected

Get the events.

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

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

163 {
164 return m_EventInvokers;
165 }
ref ParticleEvents m_EventInvokers
Event invokers.
Определения ParticleBase.c:66

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

Используется в OnAllocation(), OnAllocationEnd(), OnEnd(), OnHeaderLoad(), OnLoad(), OnParticleEnd(), OnParticleParented(), OnParticleReset(), OnParticleStart(), OnParticleStop(), OnParticleUnParented(), OnPlay() и OnStop().