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

Method writePropertyName

MonaServer/sources/ScriptWriter.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 Mona::UInt64 beginObject(const char* type=NULL);
34 void writePropertyName(const char* name) { lua_pushstring(_pState, name); }
35 void endObject() { endComplex(); }
36
37 Mona::UInt64 beginArray(Mona::UInt32 size);

Callers 2

readOneMethod · 0.45
ifFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected