C# Class DialogGuiAbstract, home_nursing

Inheritance: MonoBehaviour
Afficher le fichier Open project: ChristianHoj/home_nursing

Protected Properties

Свойство Type Description
uniqueId int

Méthodes publiques

Méthode Description
EndDialog ( ) : void
StartDialog ( Dialog, dialog ) : void

Méthodes protégées

Méthode Description
GetConversationText ( ) : string
GetCurrentConversation ( ) : Conversation,
GetCurrentConversationOptions ( ) : List
GetDialog ( ) : Dialog,
GotoReturnConversation ( ) : void
HasReturnConversation ( ) : bool
MustShowDebugInformation ( ) : bool
SelectOption ( Option, o ) : void

Private Methods

Méthode Description
GotoDialogue ( string dialogName, int index ) : void
GotoQuest ( int fromId, int uniqueId, Option, type ) : void

Method Details

EndDialog() public méthode

public EndDialog ( ) : void
Résultat void

GetConversationText() protected méthode

protected GetConversationText ( ) : string
Résultat string

GetCurrentConversation() protected méthode

protected GetCurrentConversation ( ) : Conversation,
Résultat Conversation,

GetCurrentConversationOptions() protected méthode

protected GetCurrentConversationOptions ( ) : List
Résultat List

GetDialog() protected méthode

protected GetDialog ( ) : Dialog,
Résultat Dialog,

GotoReturnConversation() protected méthode

protected GotoReturnConversation ( ) : void
Résultat void

HasReturnConversation() protected méthode

protected HasReturnConversation ( ) : bool
Résultat bool

MustShowDebugInformation() protected méthode

protected MustShowDebugInformation ( ) : bool
Résultat bool

SelectOption() protected méthode

protected SelectOption ( Option, o ) : void
o Option,
Résultat void

StartDialog() public méthode

public StartDialog ( Dialog, dialog ) : void
dialog Dialog,
Résultat void

Property Details

uniqueId protected_oe property

protected int uniqueId
Résultat int