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

Method setEngine

scripting/include/engine_context.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 ConnectingRod *getConnectingRod(ConnectingRodNode *node) const;
53
54 void setEngine(Engine *engine) { m_engine = engine; }
55 Engine *getEngine() const { return m_engine; }
56
57 void setCylinderIndex(const CylinderBankNode *bank, int localIndex, int globalIndex);

Callers 1

buildEngineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected