Exemple #1
0
    static int GetHashCode(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 1);
        CallBack obj = LuaScriptMgr.GetNetObject <CallBack>(L, 1);
        int      o   = obj.GetHashCode();

        LuaScriptMgr.Push(L, o);
        return(1);
    }