Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
csRunTestsLua
Method · 0.80
Calls
1
tolstring
Method · 0.80
Tested by
1
csRunTestsLua
Method · 0.64