C# 클래스 Tibialyzer.Item

상속: Tibialyzer.TibiaObject
파일 보기 프로젝트 열기: Mytherin/Tibialyzer

공개 프로퍼티들

프로퍼티 타입 설명
actual_value long
armor int
atkmod int
attack int
attrib string
buyItems List
capacity float
category string
convert_to_gold bool
currency int
defense int
defensestr string
discard bool
displayname string
flavor string
hitmod int
id int
image Image
itemdrops List
level int
look_text string
range int
rewardedBy List
sellItems List
stackable bool
title string
type string
vendor_value long
vocation string

공개 메소드들

메소드 설명
AsItem ( ) : Item
ConvertGoldToString ( long val ) : string
GetAttributeHeaders ( ) : List
GetAttributes ( ) : List
GetCommand ( ) : string
GetConditionalAttributes ( ) : List
GetConditionalHeaderValue ( string header ) : IComparable
GetConditionalHeaders ( ) : List
GetHeaderValue ( int header ) : IComparable
GetImage ( ) : Image
GetMaxValue ( ) : long
GetMaxValueString ( ) : string
GetName ( ) : string
Item ( ) : System

메소드 상세

AsItem() 공개 메소드

public AsItem ( ) : Item
리턴 Item

ConvertGoldToString() 공개 정적인 메소드

public static ConvertGoldToString ( long val ) : string
val long
리턴 string

GetAttributeHeaders() 공개 메소드

public GetAttributeHeaders ( ) : List
리턴 List

GetAttributes() 공개 메소드

public GetAttributes ( ) : List
리턴 List

GetCommand() 공개 메소드

public GetCommand ( ) : string
리턴 string

GetConditionalAttributes() 공개 메소드

public GetConditionalAttributes ( ) : List
리턴 List

GetConditionalHeaderValue() 공개 메소드

public GetConditionalHeaderValue ( string header ) : IComparable
header string
리턴 IComparable

GetConditionalHeaders() 공개 메소드

public GetConditionalHeaders ( ) : List
리턴 List

GetHeaderValue() 공개 메소드

public GetHeaderValue ( int header ) : IComparable
header int
리턴 IComparable

GetImage() 공개 메소드

public GetImage ( ) : Image
리턴 Image

GetMaxValue() 공개 메소드

public GetMaxValue ( ) : long
리턴 long

GetMaxValueString() 공개 메소드

public GetMaxValueString ( ) : string
리턴 string

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

Item() 공개 메소드

public Item ( ) : System
리턴 System

프로퍼티 상세

actual_value 공개적으로 프로퍼티

public long actual_value
리턴 long

armor 공개적으로 프로퍼티

public int armor
리턴 int

atkmod 공개적으로 프로퍼티

public int atkmod
리턴 int

attack 공개적으로 프로퍼티

public int attack
리턴 int

attrib 공개적으로 프로퍼티

public string attrib
리턴 string

buyItems 공개적으로 프로퍼티

public List buyItems
리턴 List

capacity 공개적으로 프로퍼티

public float capacity
리턴 float

category 공개적으로 프로퍼티

public string category
리턴 string

convert_to_gold 공개적으로 프로퍼티

public bool convert_to_gold
리턴 bool

currency 공개적으로 프로퍼티

public int currency
리턴 int

defense 공개적으로 프로퍼티

public int defense
리턴 int

defensestr 공개적으로 프로퍼티

public string defensestr
리턴 string

discard 공개적으로 프로퍼티

public bool discard
리턴 bool

displayname 공개적으로 프로퍼티

public string displayname
리턴 string

flavor 공개적으로 프로퍼티

public string flavor
리턴 string

hitmod 공개적으로 프로퍼티

public int hitmod
리턴 int

id 공개적으로 프로퍼티

public int id
리턴 int

image 공개적으로 프로퍼티

public Image image
리턴 Image

itemdrops 공개적으로 프로퍼티

public List itemdrops
리턴 List

level 공개적으로 프로퍼티

public int level
리턴 int

look_text 공개적으로 프로퍼티

public string look_text
리턴 string

range 공개적으로 프로퍼티

public int range
리턴 int

rewardedBy 공개적으로 프로퍼티

public List rewardedBy
리턴 List

sellItems 공개적으로 프로퍼티

public List sellItems
리턴 List

stackable 공개적으로 프로퍼티

public bool stackable
리턴 bool

title 공개적으로 프로퍼티

public string title
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string

vendor_value 공개적으로 프로퍼티

public long vendor_value
리턴 long

vocation 공개적으로 프로퍼티

public string vocation
리턴 string