Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ HasParent
Method
HasParent
Source/Objects/object.cpp:375–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
}
374
375
bool Object::HasParent() {
376
return parent != NULL;
377
}
378
379
void Object::NotifyDeleted(Object *o) {
380
if (parent == o) {
Callers
1
PrefabSelected
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected