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

Method IsCompatibilityObject

src/openrct2/object/Object.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 }
250
251 bool Object::IsCompatibilityObject() const
252 {
253 return _isCompatibilityObject;
254 }
255 void Object::SetIsCompatibilityObject(const bool on)
256 {
257 _isCompatibilityObject = on;

Callers 2

CreateMethod · 0.80
DrawDescriptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected