There is no spoon

Difference between revisions of "Legacy:Fyfe/AnotherPawn"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
 
m (Oops AnotherPawn is a sub-class of xPawn not Pawn)
Line 62: Line 62:
 
'''fyfe:''' Doesn't do anything fancy just adds a variable to hold the factory that created the pawn.
 
'''fyfe:''' Doesn't do anything fancy just adds a variable to hold the factory that created the pawn.
  
[[Category:Legacy Custom Class (UT2004)|{{PAGENAME}}]]
+
[[Category:Legacy Custom Class|{{PAGENAME}}]]

Revision as of 12:51, 11 October 2006

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.