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

MojoActions.TsActionSpeechSubtitle

Extends
TsCameraAction

Core.Object
|   
+-- MojoCore.TsMojoAction
   |   
   +-- MojoActions.TsAction
      |   
      +-- MojoActions.TsCameraAction
         |   
         +-- MojoActions.TsActionSpeechSubtitle

Variables Summary
floatelapsed_duration
Localization
stringFilename
stringPath
stringSectionName
stringTextName
TsActionSpeechSubtitle
floatduration
Inherited Variables from MojoActions.TsCameraAction
PC
Inherited Variables from MojoActions.TsAction
bShowSubtitles, DisableInMojo, DName, FastForwardSkip, Help, interpolator, interpTime, ModifiesLocation, Track, UsesDuration

Functions Summary
eventfloat GetDuration ()))
function Interrupt ()))
function OnFinish ()))
functionbool OnStart ()))
functionbool OnTick (float delta))
eventbool SetDuration (float _duration))
Inherited Functions from MojoActions.TsCameraAction
CanBeUsedWith, Start
Inherited Functions from MojoActions.TsAction
CanFastForwardSkip, CanSetDuration, DisableActionInMojo, Finish, GetHelpString, GetLength, GetNameString, GetSummaryString, GetTrackString, Message, ModifiesActorLocation, OnFinish, OnStart, OnTick, resetInterpolation, ShouldShowSubtitles, Start, Tick, tickInterpolation


Variables Detail

elapsed_duration Source code

var float elapsed_duration;

Localization

Filename Source code

var(Localization) string Filename;
Name of the localization file (do not include the .int)

Path Source code

var(Localization) string Path;
The path of the localization file. You don't usually need to change this.

SectionName Source code

var(Localization) string SectionName;
SectionName under which the text resides

TextName Source code

var(Localization) string TextName;
The name of the text to display

TsActionSpeechSubtitle

duration Source code

var(TsActionSpeechSubtitle) float duration;


Functions Detail

GetDuration Source code

event float GetDuration ( ) )

Interrupt Source code

function Interrupt ( ) )

OnFinish Source code

function OnFinish ( ) )

OnStart Source code

function bool OnStart ( ) )

OnTick Source code

function bool OnTick ( float delta) )

SetDuration Source code

event bool SetDuration ( float _duration) )


Defaultproperties

defaultproperties
{
	SectionName		="Cutscenes"
	Path			="Localisation/Cutscenes/text files"


	DName			="Show Speech Subtitle"
	Track			="Effects"
	Help			="Shows a subtitle in the manner of the LipSinc action."


	UsesDuration	=true
	duration		=3.0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:37.623 - Created with UnCodeX