I love the smell of UnrealEd crashing in the morning. – tarquin

Legacy:FPSPlayer

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Postal 2 :: Actor >> Controller >> PlayerController >> FPSPlayer

Intermediate between the engine's PlayerController and Postal 2's P2Player.

Properties

GlobalConfig

bool bEnableDebugMenu
Whether the debug menu is enabled or not

Functions

function bool DebugEnabled()
Returns true if the debug menu is enabled
function NotifyGotHealth(int howmuch)
Tells the dude he got some health

Related Topics

P2Player