Aura.Channel.Network.Sending.Send.RemoveRegens C# (CSharp) Method

RemoveRegens() public static method

Sends StatUpdatePublic and StatUpdatePrivate to relevant clients, with a list of regens to remove.
public static RemoveRegens ( Creature creature, StatUpdateType type ) : void
creature Creature
type StatUpdateType
return void
		public static void RemoveRegens(Creature creature, StatUpdateType type, params StatRegen[] regens)
		{
			StatUpdate(creature, type, null, null, regens, null);
		}
Send