PlayerController

From Tripwire Interactive Wiki
Revision as of 13:06, 23 September 2012 by Benjamin (talk | contribs) (Created page with "{{CodeTree| Object >> Actor >> Controller}} This class is the interface between the player and the character, translating user input into actions performed by the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Object >> Actor >> Controller >> PlayerController


This class is the interface between the player and the character, translating user input into actions performed by the pawn. In contrast to the pawn (which can be considered the body), the controller is like the brain, interpreting input and signalling the body to perform actions.

Killing Floor's player controller is KFPlayerController.

External links