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

UTGame.UTWillowWhisp

Extends
UTReplicatedEmitter

used to show the path to game objectives

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Emitter
      |   
      +-- UTGame.UTEmitter
         |   
         +-- UTGame.UTReplicatedEmitter
            |   
            +-- UTGame.UTWillowWhisp

Constants Summary
MAX_WAYPOINTS=15

Variables Summary
intNumPoints
intPosition
vectorWayPoints[MAX_WAYPOINTS]
Inherited Variables from UTGame.UTReplicatedEmitter
EmitterTemplate, ServerLifeSpan

Functions Summary
function BeginState (name PreviousStateName))
Pathing
function PostBeginPlay ()))
event ReplicatedEvent (name VarName))
event SetInitialState ()))
event SetTemplate (ParticleSystem NewTemplate, optional bool bDestroyOnFinish))
function StartNextPath ()))
function Tick (float DeltaTime))
Pathing
Inherited Functions from UTGame.UTReplicatedEmitter
PostBeginPlay
Inherited Functions from UTGame.UTEmitter
GetTemplateForDistance, SetLightEnvironment, SetTemplate

States Summary
Pathing Source code
state Pathing
BeginState, Tick


Constants Detail

MAX_WAYPOINTS Source code

const MAX_WAYPOINTS = 15;


Variables Detail

NumPoints Source code

var repnotify int NumPoints;
total number of valid points in WayPoints list

Position Source code

var int Position;
current position in WayPoints list

WayPoints[MAX_WAYPOINTS] Source code

var vector WayPoints[MAX_WAYPOINTS];
path points to travel to


Functions Detail

BeginState Pathing Source code

simulated function BeginState ( name PreviousStateName) )

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )

ReplicatedEvent Source code

simulated event ReplicatedEvent ( name VarName) )

SetInitialState Source code

simulated event SetInitialState ( ) )

SetTemplate Source code

simulated event SetTemplate ( ParticleSystem NewTemplate, optional bool bDestroyOnFinish) )

StartNextPath Source code

simulated function StartNextPath ( ) )

Tick Pathing Source code

simulated function Tick ( float DeltaTime) )


Defaultproperties

defaultproperties
{
	EmitterTemplate=ParticleSystem'GamePlaceholders.Effects.P_WillowWhisp'
	LifeSpan=24.0
	Physics=PHYS_Projectile
	bOnlyRelevantToOwner=true
	bOnlyOwnerSee=false
	Position=-1
	bReplicateMovement=false
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:57:02.066 - Created with UnCodeX