MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / pushInt

Method pushInt

src/logic/ScriptEngine.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void ScriptEngine::pushInt(int32_t v)
98{
99 m_pVM->pushInt(v);
100}
101
102void ScriptEngine::pushString(const std::string& str)
103{

Callers 1

canUseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected