Tao.Lua.Lua.lua_gethook C# (CSharp) Method

lua_gethook() private method

private lua_gethook ( lua_State L ) : lua_Hook
L lua_State
return lua_Hook
        public extern static lua_Hook lua_gethook(lua_State L);
Lua