MCPcopy Create free account
hub / github.com/HarbourMasters/SpaghettiKart / Expire

Method Expire

src/engine/objects/Object.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33void OObject::Tick60fps() {}
34void OObject::Draw(s32 cameraId) { }
35void OObject::Expire() { }
36void OObject::Destroy() {
37 bPendingDestroy = true;
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected