| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- MojoCore.TsMojoAction
|
+-- MojoActions.TsAction
|
+-- MojoActions.TsCameraAction
|
+-- MojoActions.TsActionSubtitle
| Variables Summary | |
|---|---|
| float | alpha |
| Font | Font |
| MessageRouter | Router |
| string | textString |
| float | totalTime |
| TsActionSubtitle | |
| Color | BackgroundColor |
| int | Center |
| float | DrawSizeX |
| float | DrawSizeY |
| float | DrawX |
| float | DrawY |
| float | FadeHoldTime |
| float | FadeInTime |
| float | FadeOutTime |
| string | Filename |
| string | FontName |
| Color | ForegroundColor |
| string | Path |
| string | SectionName |
| string | TextName |
| int | Wrap |
| Inherited Variables from MojoActions.TsCameraAction |
|---|
| PC |
| Inherited Variables from MojoActions.TsAction |
|---|
| bShowSubtitles, DisableInMojo, DName, FastForwardSkip, Help, interpolator, interpTime, ModifiesLocation, Track, UsesDuration |
| Functions Summary | ||
|---|---|---|
![]() | Interrupt ())) | |
![]() | Message (Message msg)) | |
![]() | OnDelete ())) | |
![]() | OnFinish ())) | |
![]() | bool | OnStart ())) |
![]() | bool | OnTick (float delta)) |
| Inherited Functions from MojoActions.TsCameraAction |
|---|
| CanBeUsedWith, Start |
| Variables Detail |
|---|
Set to 1 to center the text within the draw area
Choose a value from 0 to 1
Choose a value from 0 to 1
Choose a value from 0 to 1
Choose a value from 0 to 1
Name of the localization file (do not include the .int)
Name of font to use
The path of the localization file. You don't usually need to change this.
SectionName under which the text resides
The name of the text to display
Set to 1 to have the text wrap around
| Functions Detail |
|---|
Interrupt Source code
Message Source code
OnDelete Source code
OnFinish Source code
OnStart Source code
OnTick Source code| Defaultproperties |
|---|
defaultproperties
{
DName ="Subtitle"
Track ="Effects"
Help ="Draws a text subtitle on the screen."
SectionName ="Cutscenes"
Path ="Localisation/Cutscenes/text files"
Font =Font'Engine_res.Res_DefaultFont'
fadeInTime =1
fadeHoldTime =3
fadeOutTime =1
ForegroundColor =(R=255,G=255,B=255,A=255)
BackgroundColor =(R=0,G=0,B=0,A=0)
drawX =0.1
drawY =0.85
drawSizeX =0.8
drawSizeY =0.2
Wrap =1
Center =1
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||