MCPcopy 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
375bool Object::HasParent() {
376 return parent != NULL;
377}
378
379void Object::NotifyDeleted(Object *o) {
380 if (parent == o) {

Callers 1

PrefabSelectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected