C# Class Snowshoes.Common.SnagIt

Mostrar archivo Open project: nuzayets/Snowshoes

Public Methods

Method Description
CheckItemSalvage ( Unit unit ) : bool
CheckItemSell ( Unit unit ) : bool
CheckItemSnag ( Unit unit ) : bool
CheckItemStash ( Unit i ) : bool
IdentifyAll ( ) : void
SalvageItems ( ) : void
SellItems ( ) : void
SnagItems ( ) : void
StashItems ( ) : void

Method Details

CheckItemSalvage() public static method

public static CheckItemSalvage ( Unit unit ) : bool
unit Unit
return bool

CheckItemSell() public static method

public static CheckItemSell ( Unit unit ) : bool
unit Unit
return bool

CheckItemSnag() public static method

public static CheckItemSnag ( Unit unit ) : bool
unit Unit
return bool

CheckItemStash() public static method

public static CheckItemStash ( Unit i ) : bool
i Unit
return bool

IdentifyAll() public static method

public static IdentifyAll ( ) : void
return void

SalvageItems() public static method

public static SalvageItems ( ) : void
return void

SellItems() public static method

public static SellItems ( ) : void
return void

SnagItems() public static method

public static SnagItems ( ) : void
return void

StashItems() public static method

public static StashItems ( ) : void
return void