C# Class GrimmLib.ListeningDialogueNode

Inheritance: DialogueNode, IRegisteredDialogueNode
Show file Open project: eriksvedang/Grimm Class Usage Examples

Public Methods

Method Description
EventHappened ( ) : void
OnEnter ( ) : void
ScopeNode ( ) : string
ToString ( ) : string

Protected Methods

Method Description
SetupCells ( ) : void

Method Details

EventHappened() public method

public EventHappened ( ) : void
return void

OnEnter() public method

public OnEnter ( ) : void
return void

ScopeNode() public method

public ScopeNode ( ) : string
return string

SetupCells() protected method

protected SetupCells ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string