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

◆ Update()

override void GameplayEffectWidgets_base::Update ( float timeSlice)
inlineprotected

Generic update, called on frame from the player.

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

617 {
618 if (m_SuspendRequests.Count() > 0)
619 {
620 return;
621 }
622
623 UpdateWidgets(-1,timeSlice);
624 }
override void UpdateWidgets(int type=-1, float timeSlice=0, Param p=null, int handle=-1)
Usually called in course of an OnFrame update, can be manually called from elsewhere with parameters.
Определения GameplayEffectWidgets.c:379
ref set< int > m_SuspendRequests
Определения GameplayEffectWidgets.c:17

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