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

◆ ChristmasTree()

void House::ChristmasTree ( )
inlineprivate

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

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

Перекрестные ссылки GetGame() и m_TreeLight.