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

UE3:UTUIScene_DemoSell (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 01:26, 26 July 2008 by Wormbo (Talk | contribs) (1 revision)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIScene_DemoSell
Package: 
UTGame

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Properties

ExitButton

Type: UIButton

Modifiers: transient


SellButton

Type: UIButton

Modifiers: transient


Subobjects

SceneEventComponent

Class: Engine.UIComp_Event

Inherits from: UTUIScene.SceneEventComponent

No new values.

Functions

Native functions

Sell

native function Sell ()


Events

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

Other instance functions

OnExit

function bool OnExit (UIScreenObject EventObject, int PlayerIndex)


OnSell

function bool OnSell (UIScreenObject EventObject, int PlayerIndex)