The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:UIHelper (U2)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2 Object >> UIHelper

Contents

Package: 
UI
Direct subclasses:
CodeMonkey, NetMonkey, PawnMonkey, ScoreMonkey, WeaponPanel
This class in other games:
U2XMP

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

[edit] Static native functions

[edit] ConsoleCommand

native static final function bool ConsoleCommand (string Cmd)


[edit] GetClient

native static final function client GetClient ()


[edit] GetConsole

native static final function Console GetConsole ()


[edit] GetPlayerOwner

native static final function PlayerController GetPlayerOwner ()


[edit] GetTimeSeconds

native static final function float GetTimeSeconds ()


[edit] GetUIConsole

native static final function UIConsole GetUIConsole ()


Personal tools