Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
XsltSettings () | |
XsltSettings (bool enableDocumentFunction, bool enableScript) | |
Properties | |
static XsltSettings | Default [get] |
static XsltSettings | TrustedXslt [get] |
bool | EnableDocumentFunction [get, set] |
bool | EnableScript [get, set] |
bool | CheckOnly [get] |
bool | IncludeDebugInformation [get] |
int | WarningLevel [get] |
bool | TreatWarningsAsErrors [get] |
Private Attributes | |
bool | _enableDocumentFunction |
bool | _enableScript |
bool | _checkOnly |
bool | _includeDebugInformation |
int | _warningLevel = -1 |
bool | _treatWarningsAsErrors |
Definition at line 3 of file XsltSettings.cs.