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

Method addConnectingRod

scripting/src/engine_context.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void es_script::EngineContext::addConnectingRod(
121 ConnectingRodNode *node,
122 ConnectingRod *rod)
123{
124 m_rods[node] = rod;
125}
126
127ConnectingRod *es_script::EngineContext::getConnectingRod(
128 ConnectingRodNode *node) const

Callers 1

generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected