C# 클래스 ACR_Items.ItemModels

파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddArmorPiece() 공개 정적인 메소드

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

GetNextKey() 공개 정적인 메소드

public static GetNextKey ( Dictionary models, int currentModel ) : int
models Dictionary
currentModel int
리턴 int

GetNextModel() 공개 정적인 메소드

public static GetNextModel ( List models, int currentModel ) : int
models List
currentModel int
리턴 int

GetPreviousKey() 공개 정적인 메소드

public static GetPreviousKey ( Dictionary models, int currentModel ) : int
models Dictionary
currentModel int
리턴 int

GetPreviousModel() 공개 정적인 메소드

public static GetPreviousModel ( List models, int currentModel ) : int
models List
currentModel int
리턴 int

TakeArmorStyle() 공개 정적인 메소드

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