MCPcopy Create free account
hub / github.com/defold/defold / tolstring

Method tolstring

engine/lua/src/cs/dmsdk/lua/lua_gen.cs:173–174  ·  view source on GitHub ↗

Generated from [ref:lua_tolstring]

(State * L, int idx, int * len)

Source from the content-addressed store, hash-verified

171 /// Generated from [ref:lua_tolstring]
172 /// </summary>
173 [DllImport("luajit-5.1", EntryPoint="lua_tolstring", CallingConvention = CallingConvention.Cdecl)]
174 public static extern String tolstring(State * L, int idx, int * len);
175
176 /// <summary>
177 /// Generated from [ref:lua_objlen]

Callers 1

tostringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected