C# Class ALFA.Shared.ActiveArea

Inheritance: IComparable
显示文件 Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
DisplayName string
ExitTransitions ActiveArea>.Dictionary
GlobalQuests int>.Dictionary
Id uint
LocalizedName string
Name string
Tag string

Public Methods

Method Description
CompareTo ( ActiveArea other ) : int
CompareTo ( object other ) : int
ConfigureDisplayName ( ) : void

Method Details

CompareTo() public method

public CompareTo ( ActiveArea other ) : int
other ActiveArea
return int

CompareTo() public method

public CompareTo ( object other ) : int
other object
return int

ConfigureDisplayName() public method

public ConfigureDisplayName ( ) : void
return void

Property Details

DisplayName public_oe property

public string DisplayName
return string

ExitTransitions public_oe property

public Dictionary ExitTransitions
return ActiveArea>.Dictionary

GlobalQuests public_oe property

public Dictionary GlobalQuests
return int>.Dictionary

Id public_oe property

public uint Id
return uint

LocalizedName public_oe property

public string LocalizedName
return string

Name public_oe property

public string Name
return string

Tag public_oe property

public string Tag
return string