C# Class GrimmLib.DialogueScriptPrinter

Datei anzeigen Open project: eriksvedang/Grimm Class Usage Examples

Public Methods

Method Description
DialogueScriptPrinter ( DialogueRunner pDialogueRunner ) : System
PrintConversation ( string pConversation ) : void

Private Methods

Method Description
Indentation ( ) : void
PrintAssertDialogueNode ( AssertDialogueNode pAssertNode ) : void
PrintBranchingDialogueNode ( BranchingDialogueNode pBranchingDialogueNode ) : void
PrintBreakDialogueNode ( BreakDialogueNode pBreakNode ) : void
PrintBroadcastDialogueNode ( BroadcastDialogueNode pBroadcastNode ) : void
PrintCallFunctionDialogueNode ( CallFunctionDialogueNode pFunctionNode ) : void
PrintCancelDialogueNode ( CancelDialogueNode pCancelNode ) : void
PrintConversationEndDialogueNode ( ConversationEndDialogueNode pConversationEndDialogueNode ) : void
PrintConversationStartDialogueNode ( ConversationStartDialogueNode pConversationStartDialogueNode ) : void
PrintDefocusNode ( FocusDialogueNode pNode ) : void
PrintExpressionDialogueNode ( ExpressionDialogueNode pExpressionNode ) : void
PrintFocusNode ( FocusDialogueNode pNode ) : void
PrintGotoNode ( GotoDialogueNode pGotoDialogueNode ) : void
PrintIfNode ( IfDialogueNode pIfDialogueNode ) : void
PrintImmediateNode ( ImmediateNode pImmediateNode ) : void
PrintInterruptDialogueNode ( InterruptDialogueNode pInterruptNode ) : void
PrintListeningDialogueNode ( ListeningDialogueNode pListeningNode ) : void
PrintLoopDialogueNode ( LoopDialogueNode pLoopNode ) : void
PrintSilentDialogueNode ( SilentDialogueNode par1 ) : void
PrintStartCommandoDialogueNode ( StartCommandoDialogueNode pStartCommandoNode ) : void
PrintStopCommandoDialogueNode ( StopDialogueNode pStopNode ) : void
PrintTimedDialogueNode ( TimedDialogueNode pTimedDialogueNode ) : void
PrintTimedWaitDialogueNode ( TimedWaitDialogueNode pTimedWaitDialogueNode ) : void
PrintUnifiedEndNodeForScope ( UnifiedEndNodeForScope pUnifiedEndNodeForScope ) : void
PrintWaitDialogueNode ( WaitDialogueNode pWaitNode ) : void
SwitchOnNode ( DialogueNode pDialogueNode ) : void

Method Details

DialogueScriptPrinter() public method

public DialogueScriptPrinter ( DialogueRunner pDialogueRunner ) : System
pDialogueRunner DialogueRunner
return System

PrintConversation() public method

public PrintConversation ( string pConversation ) : void
pConversation string
return void