C# Class ALFA.Shared.ActiveArea

Inheritance: IComparable
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Свойство Type Description
DisplayName string
ExitTransitions ActiveArea>.Dictionary
GlobalQuests int>.Dictionary
Id uint
LocalizedName string
Name string
Tag string

Méthodes publiques

Méthode Description
CompareTo ( ActiveArea other ) : int
CompareTo ( object other ) : int
ConfigureDisplayName ( ) : void

Method Details

CompareTo() public méthode

public CompareTo ( ActiveArea other ) : int
other ActiveArea
Résultat int

CompareTo() public méthode

public CompareTo ( object other ) : int
other object
Résultat int

ConfigureDisplayName() public méthode

public ConfigureDisplayName ( ) : void
Résultat void

Property Details

DisplayName public_oe property

public string DisplayName
Résultat string

ExitTransitions public_oe property

public Dictionary ExitTransitions
Résultat ActiveArea>.Dictionary

GlobalQuests public_oe property

public Dictionary GlobalQuests
Résultat int>.Dictionary

Id public_oe property

public uint Id
Résultat uint

LocalizedName public_oe property

public string LocalizedName
Résultat string

Name public_oe property

public string Name
Résultat string

Tag public_oe property

public string Tag
Résultat string