Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- MojoCore.TsMojoAction | +-- MojoActions.TsAction | +-- MojoActions.TsActionSpawnEmitter
Variables Summary | |
---|---|
Actor | emitter |
float | time |
TsActionSpawnEmitter | |
Name | bone |
bool | bUseRotation |
float | duration |
class<Emitter> | emitterType |
Vector | relativeLocation |
Rotator | relativeRotation |
MojoKeyframe | spawnLocation |
Inherited Variables from MojoActions.TsAction |
---|
bShowSubtitles, DisableInMojo, DName, FastForwardSkip, Help, interpolator, interpTime, ModifiesLocation, Track, 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 |
Structures Summary |
---|
Inherited Structures from MojoCore.TsMojoAction |
---|
MojoActorRef, MojoAnimation, MojoKeyframe, MojoTimedKeyframe |
Functions Summary | ||
---|---|---|
float | GetDuration ())) | |
bool | OnStart ())) | |
bool | OnTick (float delta)) | |
bool | SetDuration (float _duration)) |
Variables Detail |
---|
Attach to the track owner's bone
If false, the rotation value in 'spawnLocation' is ignored
Length of time before the emitter is destroyed (0 to ignore)
The type of emitter to spawn
The relative location for the emitter when attaching to a bone
The relative rotation for the emitter when attaching to a bone
The location at which the emitter will appear (not necessary for attach to bone)
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { DName ="Spawn Emitter" Track ="Particles" Help ="Spawn an emitter at the given location" UsesDuration =true } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |