Tao.Lua.Lua.lua_gethookcount C# (CSharp) 메소드

lua_gethookcount() 개인적인 메소드

private lua_gethookcount ( lua_State L ) : int
L lua_State
리턴 int
        public extern static int lua_gethookcount(lua_State L);
Lua