MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / HandleTransformationOccured

Method HandleTransformationOccured

Source/Objects/group.cpp:321–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void Group::HandleTransformationOccured() {
322 for (auto& child : children) {
323 Object* obj = child.direct_ptr;
324 if (obj) {
325 obj->HandleTransformationOccurred();
326 }
327 }
328}
329
330void Group::ReceiveObjectMessageVAList(OBJECT_MSG::Type type, va_list args) {
331 switch (type) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected