C# Class DialogGuiAbstract, home_nursing

Inheritance: MonoBehaviour
Mostrar archivo Open project: ChristianHoj/home_nursing

Protected Properties

Property Type Description
uniqueId int

Public Methods

Method Description
EndDialog ( ) : void
StartDialog ( Dialog, dialog ) : void

Protected Methods

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

Private Methods

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

Method Details

EndDialog() public method

public EndDialog ( ) : void
return void

GetConversationText() protected method

protected GetConversationText ( ) : string
return string

GetCurrentConversation() protected method

protected GetCurrentConversation ( ) : Conversation,
return Conversation,

GetCurrentConversationOptions() protected method

protected GetCurrentConversationOptions ( ) : List
return List

GetDialog() protected method

protected GetDialog ( ) : Dialog,
return Dialog,

GotoReturnConversation() protected method

protected GotoReturnConversation ( ) : void
return void

HasReturnConversation() protected method

protected HasReturnConversation ( ) : bool
return bool

MustShowDebugInformation() protected method

protected MustShowDebugInformation ( ) : bool
return bool

SelectOption() protected method

protected SelectOption ( Option, o ) : void
o Option,
return void

StartDialog() public method

public StartDialog ( Dialog, dialog ) : void
dialog Dialog,
return void

Property Details

uniqueId protected_oe property

protected int uniqueId
return int