Mostly Harmless

UE2:AnotherPawn

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 15:45, 1 April 2008 by DalinSeivewright (Talk | contribs) (Created Custom Class Page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
The classbox template is only supposed to be used by the converted content imported into the Legacy: namespace. Consider adding descriptions to existing class pages instead.

A generic pawn that can be spawned by a PawnFactory.

Properties

Main

Open_Source/Pawn_Factory ParentFactory 
The factory that created the pawn.

Functions

Destroyed() (simulated)

Code

Notes

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