C# Class ALFA.Shared.CreatureResource

Inheritance: IListBoxItem
Mostrar archivo Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
AlignmentSummary string
ChallengeRating float
DisplayName string
FactionID int
FirstName string
GoodEvil int
IsImmortal bool
LastName string
LawfulChaotic int
ResourceName string
Tag string
TemplateResRef string

Public Methods

Method Description
CompareTo ( CreatureResource other ) : int
CompareTo ( IListBoxItem other ) : int
ConfigureDisplayName ( ) : void
CreatureResource ( ) : System

Method Details

CompareTo() public method

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

CompareTo() public method

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

ConfigureDisplayName() public method

public ConfigureDisplayName ( ) : void
return void

CreatureResource() public method

public CreatureResource ( ) : System
return System

Property Details

AlignmentSummary public_oe property

public string AlignmentSummary
return string

ChallengeRating public_oe property

public float ChallengeRating
return float

DisplayName public_oe property

public string DisplayName
return string

FactionID public_oe property

public int FactionID
return int

FirstName public_oe property

public string FirstName
return string

GoodEvil public_oe property

public int GoodEvil
return int

IsImmortal public_oe property

public bool IsImmortal
return bool

LastName public_oe property

public string LastName
return string

LawfulChaotic public_oe property

public int LawfulChaotic
return int

ResourceName public_oe property

public string ResourceName
return string

Tag public_oe property

public string Tag
return string

TemplateResRef public_oe property

public string TemplateResRef
return string