C# Class ALFA.Shared.PlaceableResource

Inheritance: IListBoxItem
Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property 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

Public Methods

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

Method Details

CompareTo() public method

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

CompareTo() public method

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

ConfigureDisplayName() public method

public ConfigureDisplayName ( ) : void
return void

PlaceableResource() public method

public PlaceableResource ( ) : System
return System

Property Details

DisplayName public property

public string DisplayName
return string

HasInventory public property

public bool HasInventory
return bool

LockDC public property

public int LockDC
return int

Locked public property

public bool Locked
return bool

Name public property

public string Name
return string

ResourceName public property

public string ResourceName
return string

Tag public property

public string Tag
return string

TemplateResRef public property

public string TemplateResRef
return string

TrapDetectDC public property

public int TrapDetectDC
return int

TrapDisarmDC public property

public int TrapDisarmDC
return int

Trapped public property

public bool Trapped
return bool

Useable public property

public bool Useable
return bool