Mostly Harmless

Legacy:Fyfe/AnotherPawn

From Unreal Wiki, The Unreal Engine Documentation Site
< Legacy:Fyfe
Revision as of 07:06, 19 November 2007 by Sweavo (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 :: Actor >> Pawn >> UnrealPawn >> xPawn >> AnotherPawn (Custom)

A generic pawn that can be spawned by a PawnFactory.

Properties

Main

PawnFactory ParentFactory 
The factory that created the pawn.

Functions

Destroyed() (simulated)

Code

Discussion

fyfe: Doesn't do anything fancy just adds a variable to hold the factory that created the pawn.