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

◆ ChristmasTree()

void House::ChristmasTree ( )
inlineprivate

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

8 {
9 if ( !g_Game.IsDedicatedServer() )
10 {
11 m_TreeLight = XmasTreeLight.Cast( ScriptedLightBase.CreateLight( XmasTreeLight, "0 0 0" ) );
12 m_TreeLight.AttachOnMemoryPoint( this, "action" );
13 }
14 }
DayZGame g_Game
Определения DayZGame.c:3942
XmasTreeLight m_TreeLight
Определения ChristmasTree.c:3

Перекрестные ссылки g_Game и m_TreeLight.