MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / TrackDesignSaveIsSupportedObject

Function TrackDesignSaveIsSupportedObject

src/openrct2/ride/TrackDesignSave.cpp:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static bool TrackDesignSaveIsSupportedObject(const Object* obj)
196{
197 const auto& entry = obj->GetObjectEntry();
198 return !entry.IsEmpty();
199}
200
201static TrackDesignSceneryElement TrackDesignCreateTileElementDesc(const RCTObjectEntry& entry, const CoordsXYZ& loc)
202{

Callers 3

TrackDesignSaveAddWallFunction · 0.85

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected