C# Class Kroulis.Dialog.NormalDialog

Show file Open project: DevelopersGuild/Castle-Bashers

Public Methods

Method Description
CheckIDAvailable ( string id ) : bool
CouldNext ( ) : bool
GetCurrentAudio ( ) : string
GetCurrentDialog ( ) : string
GetCurrentSpeaker ( ) : string
Init ( ) : void
NormalDialog ( ) : System.Collections
NormalDialog ( bool autoinit ) : System.Collections
SetDialogTo ( string id ) : bool
SetNext ( ) : void

Method Details

CheckIDAvailable() public method

public CheckIDAvailable ( string id ) : bool
id string
return bool

CouldNext() public method

public CouldNext ( ) : bool
return bool

GetCurrentAudio() public method

public GetCurrentAudio ( ) : string
return string

GetCurrentDialog() public method

public GetCurrentDialog ( ) : string
return string

GetCurrentSpeaker() public method

public GetCurrentSpeaker ( ) : string
return string

Init() public method

public Init ( ) : void
return void

NormalDialog() public method

public NormalDialog ( ) : System.Collections
return System.Collections

NormalDialog() public method

public NormalDialog ( bool autoinit ) : System.Collections
autoinit bool
return System.Collections

SetDialogTo() public method

public SetDialogTo ( string id ) : bool
id string
return bool

SetNext() public method

public SetNext ( ) : void
return void