C# Class ALFA.Shared.PlaceableResource

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

Méthodes publiques

Свойство Type Description
DisplayName string
HasInventory bool
LockDC int
Locked bool
Name string
ResourceName string
Tag string
TemplateResRef string
TrapDetectDC int
TrapDisarmDC int
Trapped bool
Useable bool

Méthodes publiques

Méthode Description
CompareTo ( IListBoxItem other ) : int
CompareTo ( PlaceableResource other ) : int
ConfigureDisplayName ( ) : void
PlaceableResource ( ) : System

Method Details

CompareTo() public méthode

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

CompareTo() public méthode

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

ConfigureDisplayName() public méthode

public ConfigureDisplayName ( ) : void
Résultat void

PlaceableResource() public méthode

public PlaceableResource ( ) : System
Résultat System

Property Details

DisplayName public_oe property

public string DisplayName
Résultat string

HasInventory public_oe property

public bool HasInventory
Résultat bool

LockDC public_oe property

public int LockDC
Résultat int

Locked public_oe property

public bool Locked
Résultat bool

Name public_oe property

public string Name
Résultat string

ResourceName public_oe property

public string ResourceName
Résultat string

Tag public_oe property

public string Tag
Résultat string

TemplateResRef public_oe property

public string TemplateResRef
Résultat string

TrapDetectDC public_oe property

public int TrapDetectDC
Résultat int

TrapDisarmDC public_oe property

public int TrapDisarmDC
Résultat int

Trapped public_oe property

public bool Trapped
Résultat bool

Useable public_oe property

public bool Useable
Résultat bool