C# Class Grave, UnderworldExporter

Inheritance: Item
Exibir arquivo Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
GraveID int

Public Methods

Method Description
ActivateByObject ( GameObject ObjectUsed ) : bool

Activation of this object by another. EG key on door

LookAt ( ) : bool

Plays cutscene that displays the gravestone.

UseObjectOnVerb_World ( ) : string
use ( ) : bool

Method Details

ActivateByObject() public method

Activation of this object by another. EG key on door
public ActivateByObject ( GameObject ObjectUsed ) : bool
ObjectUsed GameObject Object used.
return bool

LookAt() public method

Plays cutscene that displays the gravestone.
public LookAt ( ) : bool
return bool

UseObjectOnVerb_World() public method

public UseObjectOnVerb_World ( ) : string
return string

use() public method

public use ( ) : bool
return bool

Property Details

GraveID public_oe property

public int GraveID
return int