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

◆ OnStoreLoad()

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

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

18 {
19 if ( !super.OnStoreLoad(ctx, version) )
20 return false;
21
22 if ( !m_ClutterCutter )
23 {
25 m_ClutterCutter.SetOrientation( GetOrientation() );
26 }
27
28 return true;
29 }
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.