AGS.Plugin.Lua.InvokeLua.lua_gethook C# (CSharp) Méthode

lua_gethook() private méthode

private lua_gethook ( IntPtr L ) : lua_Hook
L System.IntPtr
Résultat lua_Hook
        public static extern lua_Hook lua_gethook(lua_State L);
InvokeLua