C# 클래스 ALFA.Shared.ItemResource

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

공개 프로퍼티들

프로퍼티 타입 설명
BaseItem int
Cursed bool
DisplayName string
LocalizedName string
Plot bool
ResourceName string
Stolen bool
Tag string
TemplateResRef string

공개 메소드들

메소드 설명
CompareTo ( IListBoxItem other ) : int
CompareTo ( ItemResource other ) : int
ConfigureDisplayName ( ) : void
ItemResource ( ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( IListBoxItem other ) : int
other IListBoxItem
리턴 int

CompareTo() 공개 메소드

public CompareTo ( ItemResource other ) : int
other ItemResource
리턴 int

ConfigureDisplayName() 공개 메소드

public ConfigureDisplayName ( ) : void
리턴 void

ItemResource() 공개 메소드

public ItemResource ( ) : System
리턴 System

프로퍼티 상세

BaseItem 공개적으로 프로퍼티

public int BaseItem
리턴 int

Cursed 공개적으로 프로퍼티

public bool Cursed
리턴 bool

DisplayName 공개적으로 프로퍼티

public string DisplayName
리턴 string

LocalizedName 공개적으로 프로퍼티

public string LocalizedName
리턴 string

Plot 공개적으로 프로퍼티

public bool Plot
리턴 bool

ResourceName 공개적으로 프로퍼티

public string ResourceName
리턴 string

Stolen 공개적으로 프로퍼티

public bool Stolen
리턴 bool

Tag 공개적으로 프로퍼티

public string Tag
리턴 string

TemplateResRef 공개적으로 프로퍼티

public string TemplateResRef
리턴 string