Mostly Harmless

UE2:UIHelper (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> UIHelper
Package: 
UI
Direct subclasses:
CodeMonkey, DialogMonkey, UseReticleMonkey, WeaponPanel
This class in other games:
U2

$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:

Instance functions

ConsoleCommand

function bool ConsoleCommand (string Cmd)


GetClient

function client GetClient ()


GetConsole

function Console GetConsole ()


GetPlayerOwner

function PlayerController GetPlayerOwner ()


GetTimeSeconds

function float GetTimeSeconds ()


GetUIConsole

function UIConsole GetUIConsole ()