PlayerController

From Tripwire Interactive Wiki
Jump to navigation Jump to search
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