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

◆ OnStoreLoad()

override bool GardenBase::OnStoreLoad ( ParamsReadContext ctx,
int version )
inlineprivate

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

13 {
14 if ( !super.OnStoreLoad(ctx, version) )
15 return false;
16
17 if ( !m_ClutterCutter )
18 {
20 m_ClutterCutter.SetOrientation( GetOrientation() );
21 }
22
23 return true;
24 }
vector GetOrientation()
Определения AreaDamageManager.c:306
const int ECE_PLACE_ON_SURFACE
Определения CentralEconomy.c:37
proto native Object CreateObjectEx(string type, vector pos, int iFlags, int iRotation=RF_DEFAULT)
Creates object of certain type.
Object m_ClutterCutter
Определения GardenPlot.c:3
proto native CGame GetGame()
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9

Перекрестные ссылки CGame::CreateObjectEx(), ECE_PLACE_ON_SURFACE, GetGame(), GetOrientation(), GetPosition и m_ClutterCutter.