C# Class ACR_Items.ItemModels

Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Methods

Method Description
AddArmorPiece ( GFFFile armor, string type, Dictionary availableTypes ) : void
GetNextKey ( Dictionary models, int currentModel ) : int
GetNextModel ( List models, int currentModel ) : int
GetPreviousKey ( Dictionary models, int currentModel ) : int
GetPreviousModel ( List models, int currentModel ) : int
TakeArmorStyle ( GFFFile armor, ArmorSet set ) : void

Method Details

AddArmorPiece() public static method

public static AddArmorPiece ( GFFFile armor, string type, Dictionary availableTypes ) : void
armor GFFFile
type string
availableTypes Dictionary
return void

GetNextKey() public static method

public static GetNextKey ( Dictionary models, int currentModel ) : int
models Dictionary
currentModel int
return int

GetNextModel() public static method

public static GetNextModel ( List models, int currentModel ) : int
models List
currentModel int
return int

GetPreviousKey() public static method

public static GetPreviousKey ( Dictionary models, int currentModel ) : int
models Dictionary
currentModel int
return int

GetPreviousModel() public static method

public static GetPreviousModel ( List models, int currentModel ) : int
models List
currentModel int
return int

TakeArmorStyle() public static method

public static TakeArmorStyle ( GFFFile armor, ArmorSet set ) : void
armor GFFFile
set ArmorSet
return void