ACR_CreatureBehavior.CreatureObject.OnRundown C# (CSharp) Méthode

OnRundown() public méthode

Called when the C# object state is being run down because the game engine half of the object has been deleted. This might occur after the fact.
public OnRundown ( ) : void
Résultat void
        public override void OnRundown()
        {
            if (Party != null)
                Party.RemovePartyMember(this);
        }