C# Класс GrimmLib.DialogueScriptPrinter

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DialogueScriptPrinter ( DialogueRunner pDialogueRunner ) : System
PrintConversation ( string pConversation ) : void

Приватные методы

Метод Описание
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

Описание методов

DialogueScriptPrinter() публичный Метод

public DialogueScriptPrinter ( DialogueRunner pDialogueRunner ) : System
pDialogueRunner DialogueRunner
Результат System

PrintConversation() публичный Метод

public PrintConversation ( string pConversation ) : void
pConversation string
Результат void