MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / transformChanged

Method transformChanged

radiantcore/entity/EntityNode.cpp:171–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void EntityNode::transformChanged()
172{
173 Node::transformChanged();
174 TargetableNode::onTransformationChanged();
175
176 // Broadcast transformChanged to all attached entities so they can update
177 // their position
178 for (auto [node, offset]: _attachedEnts)
179 node->transformChanged();
180}
181
182void EntityNode::onEntityClassChanged()
183{

Callers 1

attachModelNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected