Pawn: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(Created page with "{{CodeTree| Object >> Actor}} A ''pawn'' is any controllable character, whether it be controlled by a player or by AI. It can be considered the ''body'' of the charac...")
 
(Added new class info (2))
Line 1: Line 1:
{{CodeTree| [[Object]] >> [[Actor]]}}
{{KFClassInfo| [[Object]] >> [[Actor]]|name=Pawn|pkg=Engine}}


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''.
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''.
Line 10: Line 10:


*[http://wiki.beyondunreal.com/Legacy:Pawn Pawn] on beyondunreal.com
*[http://wiki.beyondunreal.com/Legacy:Pawn Pawn] on beyondunreal.com
[[Category:Classes]]

Revision as of 22:55, 20 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