MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / start

Method start

MonaServer/sources/ScriptWriter.cpp:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool ScriptWriter::start() {
153 if (_layers.empty())
154 return false;
155 int& type = _layers.back();
156 if(type <= 0)
157 return false;
158 lua_pushnumber(_pState, type++);
159 return true;
160}
161
162void ScriptWriter::end() {
163 if (_layers.empty())

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected