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

Method EngineNode

scripting/include/engine_node.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 class EngineNode : public ObjectReferenceNode<EngineNode> {
21 public:
22 EngineNode() { /* void */ }
23 virtual ~EngineNode() { /* void */ }
24
25 void buildEngine(Engine *engine) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected