C# Class Kroulis.Dialog.NormalDialog

Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Méthode 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 méthode

public CheckIDAvailable ( string id ) : bool
id string
Résultat bool

CouldNext() public méthode

public CouldNext ( ) : bool
Résultat bool

GetCurrentAudio() public méthode

public GetCurrentAudio ( ) : string
Résultat string

GetCurrentDialog() public méthode

public GetCurrentDialog ( ) : string
Résultat string

GetCurrentSpeaker() public méthode

public GetCurrentSpeaker ( ) : string
Résultat string

Init() public méthode

public Init ( ) : void
Résultat void

NormalDialog() public méthode

public NormalDialog ( ) : System.Collections
Résultat System.Collections

NormalDialog() public méthode

public NormalDialog ( bool autoinit ) : System.Collections
autoinit bool
Résultat System.Collections

SetDialogTo() public méthode

public SetDialogTo ( string id ) : bool
id string
Résultat bool

SetNext() public méthode

public SetNext ( ) : void
Résultat void