Aura.Channel.Network.Sending.Send.StatUpdate C# (CSharp) Метод

StatUpdate() публичный статический Метод

Sends StatUpdatePublic and StatUpdatePrivate to relevant clients, with a list of new stat values.
public static StatUpdate ( Creature creature, StatUpdateType type ) : void
creature Creature
type StatUpdateType
Результат void
		public static void StatUpdate(Creature creature, StatUpdateType type, params Stat[] stats)
		{
			StatUpdate(creature, type, stats, null, null, null);
		}

Same methods

Send::StatUpdate ( Creature creature, StatUpdateType type, ICollection stats, ICollection regens, ICollection regensRemove, ICollection regensUpdate ) : void
Send