Aura.Channel.World.Entities.Creature.Can C# (CSharp) Метод

Can() публичный Метод

Returns true if given lock isn't activated.
public Can ( System.Collections.Generic.Locks locks ) : bool
locks System.Collections.Generic.Locks
Результат bool
		public bool Can(Locks locks)
		{
			return ((this.Locks & locks) == 0);
		}