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

Method tostring

engine/lua/src/cs/dmsdk/lua/lua.cs:132–135  ·  view source on GitHub ↗
(State* L, int n)

Source from the content-addressed store, hash-verified

130 }
131
132 public static string tostring(State* L, int n)
133 {
134 return Lua.tolstring(L, n, (int*)0);
135 }
136 }
137}

Callers 1

csRunTestsLuaMethod · 0.80

Calls 1

tolstringMethod · 0.80

Tested by 1

csRunTestsLuaMethod · 0.64