MCPcopy Create free account
hub / github.com/ange-yaghi/engine-sim / IntakeNode

Method IntakeNode

scripting/include/intake_node.h:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 class IntakeNode : public ObjectReferenceNode<IntakeNode> {
17 public:
18 IntakeNode() { /* void */ }
19 virtual ~IntakeNode() { /* void */ }
20
21 Intake *generate(EngineContext *context) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected