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

◆ CreateNetworkObjectInfo()

void CreateNetworkObjectInfo ( EntityAI new_item)
protected

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

83 {
84 super.CreateNetworkObjectInfo(new_item);
85 GetGame().RemoteObjectTreeCreate(m_OldItem); // re-create network for old item
86 }
proto native void RemoteObjectTreeCreate(Object obj)
RemoteObjectCreate - postponed registration of network object (and creation of remote object)....
proto native CGame GetGame()

Перекрестные ссылки GetGame() и CGame::RemoteObjectTreeCreate().