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

Function Node_getLightNode

include/ilightnode.h:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24typedef std::shared_ptr<ILightNode> ILightNodePtr;
25
26inline ILightNodePtr Node_getLightNode(const scene::INodePtr& node)
27{
28 return std::dynamic_pointer_cast<ILightNode>(node);
29}

Callers 11

LightMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
checkAltarSceneGeometryFunction · 0.85
GetNodeBoundsMethod · 0.85
updateFromSelectionMethod · 0.85
evaluateMethod · 0.85
evaluateMethod · 0.85
evaluateMethod · 0.85
processNodesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected