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

Method beginObjectArray

MonaServer/sources/ScriptWriter.cpp:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122UInt64 ScriptWriter::beginObjectArray(UInt32 size) {
123 start();
124 lua_newtable(_pState);
125 _layers.push_back(-1);
126 return reference();
127}
128
129UInt64 ScriptWriter::beginMap(Exception& ex, UInt32 size, bool weakKeys) {
130 start();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected