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

Method Item

MonaServer/sources/Script.cpp:295–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295int Script::Item(lua_State *pState) {
296 SCRIPT_BEGIN(pState)
297 SCRIPT_ERROR("This collection doesn't implement call operator, use [] operator rather")
298 SCRIPT_END
299 return 0;
300}
301
302
303int Script::IndexCollection(lua_State* pState) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected