Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
void OObject::Tick60fps() {}
34
void OObject::Draw(s32 cameraId) { }
35
void OObject::Expire() { }
36
void OObject::Destroy() {
37
bPendingDestroy = true;
38
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected