| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object | +-- MojoCore.TsMojoAction | +-- MojoActions.TsAction
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 | |
|---|---|
| bool | bShowSubtitles |
| bool | DisableInMojo |
| string | DName |
| bool | FastForwardSkip |
| string | Help |
| int | interpolator |
| float | interpTime |
| bool | ModifiesLocation |
| string | Track |
| bool | UsesDuration |
| 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 | ||
|---|---|---|
![]() | bool | CanFastForwardSkip ())) |
![]() | bool | CanSetDuration ())) |
![]() | bool | DisableActionInMojo ())) |
![]() | Finish ())) | |
![]() | string | GetHelpString ())) |
![]() | float | GetLength ())) |
![]() | string | GetNameString ())) |
![]() | string | GetSummaryString ())) |
![]() | string | GetTrackString ())) |
![]() | Message (Message msg)) | |
![]() | bool | ModifiesActorLocation ())) |
![]() | OnFinish ())) | |
![]() | bool | OnStart ())) |
![]() | bool | OnTick (float delta)) |
![]() | resetInterpolation (float easeIn, float duration, float easeOut) | |
![]() | bool | ShouldShowSubtitles () |
![]() | bool | Start ())) |
![]() | bool | Tick (float delta)) |
![]() | bool | tickInterpolation (float delta, out float alpha) |
| Variables Detail |
|---|
| Functions Detail |
|---|
CanFastForwardSkip Source code
CanSetDuration Source code
DisableActionInMojo Source code
Finish Source code
GetHelpString Source code
GetLength Source code
GetNameString Source code
GetSummaryString Source code
GetTrackString Source code
Message Source code
ModifiesActorLocation Source code
OnFinish Source code
OnStart Source code
OnTick Source code
resetInterpolation Source code
ShouldShowSubtitles Source code
Start Source code
Tick Source code
tickInterpolation Source code| 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||