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

◆ SetViewIndex()

void Entity::SetViewIndex ( int index)
inlineprotected

Sets item preview index.

См. определение в файле 3_Game/Entities/EntityAI.c строка 3676

3677 {
3678 m_ViewIndex = index;
3679
3680 if( GetGame().IsServer() )
3681 {
3682 SetSynchDirty();
3683 }
3684 }
int m_ViewIndex
Определения 3_Game/Entities/EntityAI.c:3673
proto native void SetSynchDirty()
Sets object synchronization dirty flag, which signalize that object wants to be synchronized (take ef...
proto native CGame GetGame()

Перекрестные ссылки GetGame(), m_ViewIndex и SetSynchDirty().