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

Method addIntake

scripting/src/engine_context.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void es_script::EngineContext::addIntake(IntakeNode *node, Intake *intake) {
50 m_intakes[node] = intake;
51}
52
53Intake *es_script::EngineContext::getIntake(IntakeNode *intake) const {
54 auto it = m_intakes.find(intake);

Callers 1

buildEngineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected