I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Legacy:FPSPlayer

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 22:26, 28 May 2004 by Kamek (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Postal 2 :: Actor >> Controller >> PlayerController >> FPSPlayer

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

Contents

[edit] Properties

[edit] GlobalConfig

bool bEnableDebugMenu
Whether the debug menu is enabled or not

[edit] Functions

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

[edit] Related Topics

P2Player