UE2:UIHelper (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
U2 Object >> UIHelper
Package:
UI
Direct subclasses:
WeaponPanel, CodeMonkey, PawnMonkey, NetMonkey, ScoreMonkey
This class in other games:

$Author: Aleiby $ $Date: 2/15/02 1:07a $ $Revision: 1 $ Name: UIHelper.uc Author: Aaron Leiby Date: 23 January 2002 Description: Use subclasses of this class to store various UI helper functions. Notes: How to use this class:

Static native functions

ConsoleCommand

native static final function bool ConsoleCommand (string Cmd)


GetClient

native static final function client GetClient ()


GetConsole

native static final function Console GetConsole ()


GetPlayerOwner

native static final function PlayerController GetPlayerOwner ()


GetTimeSeconds

native static final function float GetTimeSeconds ()


GetUIConsole

native static final function UIConsole GetUIConsole ()