UE3:UTJumpBootEffect (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page
 
No edit summary
 
Line 32: Line 32:
| {{tl|bSkipActorPropertyReplication||Actor internal variables}}
| {{tl|bSkipActorPropertyReplication||Actor internal variables}}
| True
| True
|-
| {{tl|LifeSpan||Actor internal variables}}
| 0.2
|-
|-
| {{tl|RemoteRole||Actor internal variables}}
| {{tl|RemoteRole||Actor internal variables}}

Latest revision as of 08:40, 23 May 2008

UT3 Object >> Actor >> UTJumpBootEffect
Package:
UTGameContent
This class in other games:

this is used to replicate out the jump boot feet effects

Properties

JumpingEffect

Type: ParticleSystem

the particle system to spawn on the feet

Default value: ParticleSystem'Envy_Effects.Particles.P_JumpBoot_Effect'

OwnerPawn

Type: UTPawn

Modifiers: repnotify

pawn to spawn effects for

Default values

Functions

Events

PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


ReplicatedEvent

simulated event ReplicatedEvent (name VarName)

Overrides: Actor.ReplicatedEvent


Other instance functions

AttachToOwner

simulated function AttachToOwner ()