Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:UTUIDataProvider_StatsGeneral (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
Direct subclass:
UTUIDataProvider_StatsRewards
This class in other games:
UDK

Dataprovider that returns a row for each general stat for a user.

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

Properties[edit]

Stats[edit]

Type: array<GeneralStatsRow>

Modifiers: transient


Structs[edit]

GeneralStatsRow[edit]

Modifiers: native

Struct that defines a reward stat row.

name StatName 

Native functions[edit]

GetElementCount[edit]

native function int GetElementCount ()

Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount

Returns:

Returns the number of elements(rows) provided.