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

Function freeTemporaryObject

src/OpenLoco/src/Objects/ObjectManager.cpp:407–414  ·  view source on GitHub ↗

0x00471B95

Source from the content-addressed store, hash-verified

405
406 // 0x00471B95
407 void freeTemporaryObject()
408 {
409 if (_temporaryObject != nullptr)
410 {
411 free(_temporaryObject);
412 _temporaryObject = nullptr;
413 }
414 }
415
416 struct PreLoadedObject
417 {

Callers 14

internalOpenFunction · 0.85
tryCloseWindowFunction · 0.85
switchPrimaryTabFunction · 0.85
onScrollMouseOverFunction · 0.85
onCloseFunction · 0.85
onCloseFunction · 0.85
loadPreferredFaceFunction · 0.85
onCloseFunction · 0.85
scrollMouseOverFunction · 0.85
loadScenarioDetailsFunction · 0.85
loadScenarioProgressFunction · 0.85
addObjectToIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected