C# Class D3Helper.A_Handler.AutoPick.AutoPick.Filter

Show file Open project: r3peat/D3Helper.Public

Public Methods

Method Description
IsAncient ( ActorCommonData acd ) : bool
IsGem ( ActorCommonData acd ) : bool
IsGreaterRiftKeystone ( ActorCommonData acd ) : bool
IsGroundItem ( ActorCommonData acd ) : bool
IsLegendary ( ActorCommonData acd ) : bool
IsMagic ( ActorCommonData acd ) : bool
IsMaterial ( ActorCommonData acd ) : bool
IsRare ( ActorCommonData acd ) : bool
IsValid ( ActorCommonData acd ) : bool
IsWhite ( ActorCommonData acd ) : bool

Method Details

IsAncient() public static method

public static IsAncient ( ActorCommonData acd ) : bool
acd Enigma.D3.ActorCommonData
return bool

IsGem() public static method

public static IsGem ( ActorCommonData acd ) : bool
acd Enigma.D3.ActorCommonData
return bool

IsGreaterRiftKeystone() public static method

public static IsGreaterRiftKeystone ( ActorCommonData acd ) : bool
acd Enigma.D3.ActorCommonData
return bool

IsGroundItem() public static method

public static IsGroundItem ( ActorCommonData acd ) : bool
acd Enigma.D3.ActorCommonData
return bool

IsLegendary() public static method

public static IsLegendary ( ActorCommonData acd ) : bool
acd Enigma.D3.ActorCommonData
return bool

IsMagic() public static method

public static IsMagic ( ActorCommonData acd ) : bool
acd Enigma.D3.ActorCommonData
return bool

IsMaterial() public static method

public static IsMaterial ( ActorCommonData acd ) : bool
acd Enigma.D3.ActorCommonData
return bool

IsRare() public static method

public static IsRare ( ActorCommonData acd ) : bool
acd Enigma.D3.ActorCommonData
return bool

IsValid() public static method

public static IsValid ( ActorCommonData acd ) : bool
acd Enigma.D3.ActorCommonData
return bool

IsWhite() public static method

public static IsWhite ( ActorCommonData acd ) : bool
acd Enigma.D3.ActorCommonData
return bool