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

◆ SetViewIndex()

void Entity::SetViewIndex ( int index)
inlineprotected

Sets item preview index.

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

3672 {
3673 m_ViewIndex = index;
3674
3675 if( GetGame().IsServer() )
3676 {
3677 SetSynchDirty();
3678 }
3679 }
int m_ViewIndex
Определения EntityAI.c:3668
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().