MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / selectObject

Method selectObject

src/OpenLoco/src/Objects/ObjectIndex.cpp:860–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 }
859
860 bool ObjectIndexSelection::selectObject(SelectObjectModes mode, const ObjectHeader& objHeader)
861 {
862 return selectObjectFromIndexInternal(mode, false, objHeader, *this);
863 }
864
865 // 0x00472DA1
866 static void markInUseObjectsByTile(std::array<std::span<uint8_t>, kMaxObjectTypes>& loadedObjectFlags)

Callers 4

onScrollMouseDownFunction · 0.80
loadPreferredCurrencyFunction · 0.80
selectRequiredObjectsFunction · 0.80
selectDefaultObjectsFunction · 0.80

Calls 1

Tested by

no test coverage detected