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

Method getIgnitionModuleCount

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

Source from the content-addressed store, hash-verified

140 }
141
142 int getIgnitionModuleCount() const {
143 return m_ignitionModule == nullptr
144 ? 0
145 : 1;
146 }
147
148 void addIgnitionModule(IgnitionModuleNode *ignitionModule) {
149 m_ignitionModule = ignitionModule;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected