C# Class TMAP, UnderworldExporter

Inheritance: object_base
显示文件 Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
TextureIndex int
trigger string

Public Methods

Method Description
ActivateByObject ( GameObject ObjectUsed ) : bool
ContextMenuDesc ( int item_id ) : string
ContextMenuUsedDesc ( ) : string
ContextMenuUsedPickup ( ) : string
LookAt ( ) : bool
UseObjectOnVerb_World ( ) : string
use ( ) : bool

Method Details

ActivateByObject() public method

public ActivateByObject ( GameObject ObjectUsed ) : bool
ObjectUsed GameObject
return bool

ContextMenuDesc() public method

public ContextMenuDesc ( int item_id ) : string
item_id int
return string

ContextMenuUsedDesc() public method

public ContextMenuUsedDesc ( ) : string
return string

ContextMenuUsedPickup() public method

public ContextMenuUsedPickup ( ) : string
return string

LookAt() public method

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

TextureIndex public_oe property

public int TextureIndex
return int

trigger public_oe property

public string trigger
return string