Aura.Channel.Skills.AttackerAction.Has C# (CSharp) Method

Has() public method

Returns true if the specified option is set.
public Has ( AttackerOptions option ) : bool
option AttackerOptions
return bool
		public bool Has(AttackerOptions option)
		{
			return ((this.Options & option) != 0);
		}