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

MojoActions.TsAction

Extends
TsMojoAction
Modifiers
abstract native hidecategories ( Object ) collapsecategories

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

Direct Known Subclasses:

TsActionAttachToActor, TsActionChangelevel, TsActionDefaultSkin, TsActionDetachFromActor, TsActionEmitterEnable, TsActionEndCutscene, TsActionFakeShoot, TsActionGameSpeed, TsActionHideActor, TsActionInterpolateBase, TsActionKarmaForce, TsActionLoopAnim, TsActionPlayAnim, TsActionPointLight, TsActionSetCollision, TsActionSetSkin, TsActionShakeActor, TsActionShowActor, TsActionSnapTo, TsActionSound, TsActionSpawnEmitter, TsActionTriggerActor, TsActionTriggerEvent, TsCameraAction, TsLightAction, TsPawnAction, TsSubactionHideActor, TsSubactionPlayEffect, TsSubactionShowActor

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

Variables Summary
boolbShowSubtitles
boolDisableInMojo
stringDName
boolFastForwardSkip
stringHelp
intinterpolator
floatinterpTime
boolModifiesLocation
stringTrack
boolUsesDuration
Inherited Variables from MojoCore.TsMojoAction
Actor, m_group, m_length_dirty, m_offset, m_output_key, m_predicted_start_time, m_recorded_length, m_skip_action, m_source_key, m_start_time, m_subaction_list, m_subaction_offset, m_subaction_parent, m_subaction_track
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from MojoCore.TsMojoAction
MojoActorRef, MojoAnimation, MojoKeyframe, MojoTimedKeyframe
Inherited Structures from Core.Object
BoundingVolume, Box, Color, CompressedPosition, Coords, GameSpyServerData, Guid, IntegerRange, InterpCurve, InterpCurvePoint, MatCoords, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, Vector

Functions Summary
eventbool CanFastForwardSkip ()))
eventbool CanSetDuration ()))
eventbool DisableActionInMojo ()))
function Finish ()))
functionstring GetHelpString ()))
functionfloat GetLength ()))
functionstring GetNameString ()))
functionstring GetSummaryString ()))
functionstring GetTrackString ()))
function Message (Message msg))
eventbool ModifiesActorLocation ()))
function OnFinish ()))
functionbool OnStart ()))
functionbool OnTick (float delta))
function resetInterpolation (float easeIn, float duration, float easeOut)
functionbool ShouldShowSubtitles ()
functionbool Start ()))
functionbool Tick (float delta))
functionbool tickInterpolation (float delta, out float alpha)
Inherited Functions from MojoCore.TsMojoAction
CanAcceptSubactions, CanBeUsedWith, CanFastForwardSkip, CanGenerateOutputKeys, CanSetDuration, DisableActionInMojo, EndCutscene, Finish, GetDuration, GetHelpString, GetNameString, GetSummaryString, GetTrackString, Interrupt, IsSubaction, ModifiesActorLocation, OnDelete, Pause, ResolveActorRef, Resume, SetDuration, Start, Tick
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllClasses, AllEditableProperties, Allocate, AllProperties, AppSeconds, Asc, Asin, AssertWithDescription, Atan, BeginState, CanSLog, Caps, Chr, Clamp, ClassConstruct, ClassIsChildOf, ClockwiseFrom, CommonBase, Construct, Cos, Cross, DecodeFromURL, Disable, Div, Dot, DynamicFindObject, DynamicLoadObject, Enable, EncodeForURL, EndState, Eval, Exp, FClamp, FindObject, FlushConfig, FMax, FMin, FRand, GetAxes, GetBuildNumber, GetEnum, GetMinCompatibleBuildNumber, GetPropertyText, GetStateName, GetSuperClass, GetUnAxes, GotoState, Hash, HasUnicode, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Inverse, Invert, IsA, IsInState, IsNearlyZero, IsUTracing, IsValidForURL, IsZero, Left, Len, Lerp, Localize, Locs, Log, Loge, LogGuardStack, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NullReferences, OrthoRotation, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatToRotator, Rand, RandRange, Repl, replaceStr, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, SetUTracing, Sin, Sleep, SLog, Smerp, Split, Sqrt, Square, StaticSaveConfig, StrCmp, Tan, VDist, VDistSquared, VRand, VSize, VSize2D, VSizeSquared, VSizeSquared2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

bShowSubtitles Source code

var private config bool bShowSubtitles;

DisableInMojo Source code

var bool DisableInMojo;

DName Source code

var string DName;

FastForwardSkip Source code

var bool FastForwardSkip;

Help Source code

var string Help;

interpolator Source code

var const transient noexport int interpolator;

interpTime Source code

var transient float interpTime;

ModifiesLocation Source code

var bool ModifiesLocation;

Track Source code

var string Track;

UsesDuration Source code

var bool UsesDuration;


Functions Detail

CanFastForwardSkip Source code

event bool CanFastForwardSkip ( ) )

CanSetDuration Source code

event bool CanSetDuration ( ) )

DisableActionInMojo Source code

event bool DisableActionInMojo ( ) )

Finish Source code

function Finish ( ) )

GetHelpString Source code

function string GetHelpString ( ) )

GetLength Source code

function float GetLength ( ) )

GetNameString Source code

function string GetNameString ( ) )

GetSummaryString Source code

function string GetSummaryString ( ) )

GetTrackString Source code

function string GetTrackString ( ) )

Message Source code

function Message ( Message msg) )

ModifiesActorLocation Source code

event bool ModifiesActorLocation ( ) )

OnFinish Source code

function OnFinish ( ) )

OnStart Source code

function bool OnStart ( ) )

OnTick Source code

function bool OnTick ( float delta) )

resetInterpolation Source code

native function resetInterpolation ( float easeIn, float duration, float easeOut )

ShouldShowSubtitles Source code

native function bool ShouldShowSubtitles ( )

Start Source code

function bool Start ( ) )

Tick Source code

function bool Tick ( float delta) )

tickInterpolation Source code

native function bool tickInterpolation ( float delta, out float alpha )


Defaultproperties

defaultproperties
{
	DName		="<action>"
	Track		="<track>"
	Help		="Action abstract base class"


	FastForwardSkip = false
	ModifiesLocation = false
	DisableInMojo = false
	UsesDuration = false
	ShowSubtitles = false
}





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