Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

DeusExText.DeusExTextParser

Extends
Object
Modifiers
native noexport

Core.Object
|   
+-- DeusExText.DeusExTextParser

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient

Variables Summary
BoolbParagraphStarted
ColordefaultColor
ColorlastColor
StringlastEmailCC
StringlastEmailFrom
StringlastEmailName
StringlastEmailSubject
StringlastEmailTo
StringlastFileDescription
StringlastFileName
NamelastName
EDeusExTextTagslastTag
StringlastText
StringplayerFirstName
StringplayerName
inttagEndPos
inttext
inttextPos
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
EDeusExTextTags
TT_Text, TT_File, TT_Email, TT_Note, TT_EndNote, TT_Goal, TT_EndGoal, TT_Comment, TT_EndComment, TT_PlayerName, TT_PlayerFirstName, TT_NewPage, TT_CenterText, TT_LeftJustify, TT_RightJustify, TT_DefaultColor, TT_TextColor, TT_RevertColor, TT_NewParagraph, TT_Bold, TT_EndBold, TT_Underline, TT_EndUnderilne, TT_Italics, TT_EndItalics, TT_Graphic, TT_Font, TT_Label, TT_OpenBracket, TT_CloseBracket, TT_None
Inherited Enumerations from Core.Object
ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector

Functions Summary
function CloseText ()
functionColor GetColor ()
function GetEmailInfo (out String emailName, out String emailSubject, out String emailFrom, out String emailTo, out String emailCC)
function GetFileInfo (out String fileName, out String fileDescription)
functionName GetName ()
functionbyte GetTag ()
functionString GetText ()
function GotoLabel (String label)
functionBool IsEOF ()
functionBool OpenText (Name textName, optional string TextPackage)
functionBool ProcessText ()
function SetPlayerName (String newPlayerName)
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, AllObjects, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, clock, Cos, CriticalDelete, Cross, CyclesToSeconds, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetConfig, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sprintf, Sqrt, Square, StaticSaveConfig, Tan, unclock, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

bParagraphStarted Source code

var const native Bool bParagraphStarted;

defaultColor Source code

var const native Color defaultColor;

lastColor Source code

var const native Color lastColor;

lastEmailCC Source code

var const native String lastEmailCC;

lastEmailFrom Source code

var const native String lastEmailFrom;

lastEmailName Source code

var const native String lastEmailName;

lastEmailSubject Source code

var const native String lastEmailSubject;

lastEmailTo Source code

var const native String lastEmailTo;

lastFileDescription Source code

var const native String lastFileDescription;

lastFileName Source code

var const native String lastFileName;

lastName Source code

var const native Name lastName;

lastTag Source code

var const native EDeusExTextTags lastTag;

lastText Source code

var const native String lastText;

playerFirstName Source code

var const native String playerFirstName;

playerName Source code

var const native String playerName;

tagEndPos Source code

var const native int tagEndPos;

text Source code

var const native int text;

textPos Source code

var const native int textPos;


Enumerations Detail

EDeusExTextTags Source code

enum EDeusExTextTags
{
TT_Text, TT_File, TT_Email, TT_Note, TT_EndNote, TT_Goal, TT_EndGoal, TT_Comment, TT_EndComment, TT_PlayerName, TT_PlayerFirstName, TT_NewPage, TT_CenterText, TT_LeftJustify, TT_RightJustify, TT_DefaultColor, TT_TextColor, TT_RevertColor, TT_NewParagraph, TT_Bold, TT_EndBold, TT_Underline, TT_EndUnderilne, TT_Italics, TT_EndItalics, TT_Graphic, TT_Font, TT_Label, TT_OpenBracket, TT_CloseBracket, TT_None
};


Functions Detail

CloseText Source code

native(2211) final function CloseText ( )

GetColor Source code

native(2218) final function Color GetColor ( )

GetEmailInfo Source code

native(2219) final function GetEmailInfo ( out String emailName, out String emailSubject, out String emailFrom, out String emailTo, out String emailCC )

GetFileInfo Source code

native(2220) final function GetFileInfo ( out String fileName, out String fileDescription )

GetName Source code

native(2217) final function Name GetName ( )

GetTag Source code

native(2216) final function byte GetTag ( )

GetText Source code

native(2214) final function String GetText ( )

GotoLabel Source code

native(2215) final function GotoLabel ( String label )

IsEOF Source code

native(2213) final function Bool IsEOF ( )

OpenText Source code

native(2210) final function Bool OpenText ( Name textName, optional string TextPackage )

ProcessText Source code

native(2212) final function Bool ProcessText ( )

SetPlayerName Source code

native(2221) final function SetPlayerName ( String newPlayerName )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:06.147 - Created with UnCodeX