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

UE3:UTUIDataProvider_StatsVehicleWeapons (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09: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
This class in other games:
UDK

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

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

Properties

Stats

Type: array<VehicleWeaponStatsRow>

Modifiers: transient


Structs

VehicleWeaponStatsRow

Modifiers: native

Struct that defines a weapon row.

string WeaponName 
name KillsName 
name DeathsName 
name SuicidesName 

Native functions

GetElementCount

native function int GetElementCount ()

Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount

Returns:

Returns the number of elements(rows) provided.