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

◆ SetViewIndex()

void Entity::SetViewIndex ( int index)
inlineprotected

Sets item preview index.

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

3720 {
3721 m_ViewIndex = index;
3722
3723 if( g_Game.IsServer() )
3724 {
3725 SetSynchDirty();
3726 }
3727 }
DayZGame g_Game
Определения DayZGame.c:3942
int m_ViewIndex
proto native void SetSynchDirty()
Sets object synchronization dirty flag, which signalize that object wants to be synchronized (take ef...

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