Server.Misc.NotorietyHandlers.IsSummoned C# (CSharp) Méthode

IsSummoned() public static méthode

public static IsSummoned ( BaseCreature c ) : bool
c BaseCreature
Résultat bool
        public static bool IsSummoned( BaseCreature c )
        {
            return (c != null && /*c.Controlled &&*/ c.Summoned);
        }