Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Legacy:Fyfe/AnotherPawn

From Unreal Wiki, The Unreal Engine Documentation Site
< Legacy:Fyfe
Revision as of 13:51, 11 October 2006 by Fyfe (Talk) (Oops AnotherPawn is a sub-class of xPawn not Pawn)

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.