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