Pawn: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(Added new class info (2))
m (Added navbox)
 
Line 10: Line 10:


*[http://wiki.beyondunreal.com/Legacy:Pawn Pawn] on beyondunreal.com
*[http://wiki.beyondunreal.com/Legacy:Pawn Pawn] on beyondunreal.com
{{KFDevNavBox}}

Latest revision as of 11:50, 28 November 2012

Killing Floor class Pawn (source)
Object >> Actor >> Pawn


A pawn is any controllable character, whether it be controlled by a player or by AI. It can be considered the body of the character, while the controller can be considered the mind.

It controls aspects directly related to the character such as taking damage, performing actions, and so on. It provides the fundamentals of the class while many subclasses implement functionality specific to the game.

Killing Floor's human character class is KFHumanPawn, while its enemy class is KFMonster.

External links

  • Pawn on beyondunreal.com