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

◆ OnUnpin()

void Grenade_Base::OnUnpin ( )
inlineprotected

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

189 {
190 m_Pinned = false;
191 if (GetGame().IsServer())
192 {
193 ForceFarBubble(true);
194 SetSynchDirty();
195 }
196
198 }
bool m_Pinned
Определения Grenade_Base.c:38
void OnActivateStarted()
proto native CGame GetGame()

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

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