Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Aura
Channel
Scripting
Scripts
DialogText
C# Class Aura.Channel.Scripting.Scripts.DialogText
Simple text. Strings passed to Msg are converted into this.
Inheritance:
DialogElement
Show file
Open project: aura-project/aura
Public Methods
Method
Description
DialogText
(
string
format
) :
Aura.Mabi
Render
(
StringBuilder
&
sb
) :
void
Method Details
DialogText()
public
method
public
DialogText
(
string
format
) :
Aura.Mabi
format
string
return
Aura.Mabi
Render()
public
method
public
Render
(
StringBuilder
&
sb
) :
void
sb
StringBuilder
return
void