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

Method beginArray

MonaServer/sources/ScriptWriter.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115UInt64 ScriptWriter::beginArray(UInt32 size) {
116 start();
117 lua_newtable(_pState);
118 _layers.push_back(1);
119 return reference();
120}
121
122UInt64 ScriptWriter::beginObjectArray(UInt32 size) {
123 start();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected