Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:UTUIDataProvider_StatsWeapons (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

Contents

Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
This class in other games:
UDK

Dataprovider that returns a row for each weapon with kills/death/suicides given a user's stats results.

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

[edit] Properties

[edit] Stats

Type: array<WeaponStatsRow>

Modifiers: transient


[edit] Structs

[edit] WeaponStatsRow

Modifiers: native

Struct that defines a weapon row.

string WeaponName 
name KillsName 
name DeathsName 
name SuicidesName 

[edit] Native functions

[edit] GetElementCount

native function int GetElementCount ()

Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount

Returns:

Returns the number of elements(rows) provided.