invertika_game.Game.Thing.removed C# (CSharp) Method

removed() protected method

protected removed ( ) : void
return void
        void removed()
        {
            //    for (Listeners::iterator i = mListeners.begin(),
            //         i_end = mListeners.end(); i != i_end;)
            //    {
            //        const EventListener &l = **i;
            //        ++i; // In case the listener removes itself from the list on the fly.
            //        if (l.dispatch->removed) l.dispatch->removed(&l, this);
            //    }
        }