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

lua_gethookcount() private méthode

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