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

Method addRodJournal

scripting/src/engine_context.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void es_script::EngineContext::addRodJournal(RodJournalNode *node, int index) {
38 m_rodJournals[node] = index;
39}
40
41int es_script::EngineContext::getRodJournalIndex(RodJournalNode *node) const {
42 auto it = m_rodJournals.find(node);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected