C# Class Bridge, UnderworldExporter

Inheritance: Testbed
Datei anzeigen Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
TextureIndex int
UseLink string

Public Methods

Method Description
LookAt ( ) : bool

Outputs the look description of the object

use ( ) : bool

Allows using of a bridge to activate traps

Method Details

LookAt() public method

Outputs the look description of the object
public LookAt ( ) : bool
return bool

use() public method

Allows using of a bridge to activate traps
public use ( ) : bool
return bool

Property Details

TextureIndex public_oe property

public int TextureIndex
return int

UseLink public_oe property

public string UseLink
return string