lua_getlocal() private method

private lua_getlocal ( LuaState luaState, lua_Debug ar, int n ) : string
luaState LuaState
ar lua_Debug
n int
return string
Example #1
0
 public static string lua_getlocal(this LuaState luaState, lua_Debug ar, int n) => Lua.lua_getlocal(luaState, ar, n);