C# 클래스 ItemRecipeData, RPGQuest

상속: BaseLangData
파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
recipe ItemRecipe[]

공개 메소드들

메소드 설명
AddRecipe ( string n, string d, int count ) : void
Copy ( int index ) : void
CreateItem ( Character, c, ItemShort, items ) : void
GetCopy ( int index ) : ItemRecipe
GetIconPath ( ) : string
ItemRecipeData ( ) : System.Collections
LoadData ( ) : void
RemoveArmor ( int index ) : void
RemoveData ( int index ) : void
RemoveItem ( int index ) : void
RemoveWeapon ( int index ) : void
SaveData ( ) : void

메소드 상세

AddRecipe() 공개 메소드

public AddRecipe ( string n, string d, int count ) : void
n string
d string
count int
리턴 void

Copy() 공개 메소드

public Copy ( int index ) : void
index int
리턴 void

CreateItem() 공개 메소드

public CreateItem ( Character, c, ItemShort, items ) : void
c Character,
items ItemShort,
리턴 void

GetCopy() 공개 메소드

public GetCopy ( int index ) : ItemRecipe
index int
리턴 ItemRecipe

GetIconPath() 공개 메소드

public GetIconPath ( ) : string
리턴 string

ItemRecipeData() 공개 메소드

public ItemRecipeData ( ) : System.Collections
리턴 System.Collections

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void

RemoveArmor() 공개 메소드

public RemoveArmor ( int index ) : void
index int
리턴 void

RemoveData() 공개 메소드

public RemoveData ( int index ) : void
index int
리턴 void

RemoveItem() 공개 메소드

public RemoveItem ( int index ) : void
index int
리턴 void

RemoveWeapon() 공개 메소드

public RemoveWeapon ( int index ) : void
index int
리턴 void

SaveData() 공개 메소드

public SaveData ( ) : void
리턴 void

프로퍼티 상세

recipe 공개적으로 프로퍼티

public ItemRecipe[] recipe
리턴 ItemRecipe[]