C# Class RuneBag, UnderworldExporter

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

Public Methods

Method Description
Activate ( ) : bool
ActivateByObject ( GameObject ObjectUsed ) : bool
UseObjectOnVerb_Inv ( ) : string
UseVerb ( ) : string
use ( ) : bool

Private Methods

Method Description
OpenRuneBag ( ) : void

Method Details

Activate() public method

public Activate ( ) : bool
return bool

ActivateByObject() public method

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

UseObjectOnVerb_Inv() public method

public UseObjectOnVerb_Inv ( ) : string
return string

UseVerb() public method

public UseVerb ( ) : string
return string

use() public method

public use ( ) : bool
return bool