SunsetHigh.Hero.DialoguePanel.loadSelfThought C# (CSharp) Method

loadSelfThought() public method

public loadSelfThought ( string str ) : void
str string
return void
            public void loadSelfThought(string str)
            {
                say = SunsetUtils.wordWrapText(str, font, this.getWidth() - this.getXMargin() * 2);

                this.clearEntries();
                this.cursor = 0;
                this.scrollTextIndex = 0;
                this.responseShowPauseTimer = 0.0f;
                this.advanceArrowFlashTimer = 0.0f;
                this.cursorArrow.updateCursor();
                this.cursorArrow.setVisible(false);
                //this.scrollBar.setVisible(false);
            }