PlayerController: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(Added new class info (2))
m (Added navbox)
 
Line 7: Line 7:
==External links==
==External links==
*[http://wiki.beyondunreal.com/Legacy:PlayerController PlayerController] on beyondunreal.com
*[http://wiki.beyondunreal.com/Legacy:PlayerController PlayerController] on beyondunreal.com
{{KFDevNavBox}}

Latest revision as of 11:51, 28 November 2012

Killing Floor class PlayerController (source)
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