コード例 #1
0
ファイル: LuaState.cs プロジェクト: liyubin724/DotGameLib
 public int GetTop()
 {
     return(LuaAPI.lua_gettop(this.luaPtr));
 }