Gah - a solution with more questions. – EntropicLqd

Difference between revisions of "UE3:UTUIDataProvider StatsVehicles (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
(class was removed)
 
Line 8: Line 8:
 
| interface1 = UIListElementCellProvider
 
| interface1 = UIListElementCellProvider
 
}}
 
}}
{{autogenerated}}
+
{{delete|class no longer exists}}
 
Dataprovider that returns a row for each vehicle/vehicle weapons with kills/death/suicides given a user's stats results.
 
Dataprovider that returns a row for each vehicle/vehicle weapons with kills/death/suicides given a user's stats results.
  

Latest revision as of 07:48, 17 January 2010

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

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

Properties[edit]

Stats[edit]

Type: array<VehicleStatsRow>

Modifiers: transient


Structs[edit]

VehicleStatsRow[edit]

Modifiers: native

string VehicleName 
name DrivingTimeName 
name VehicleKillsName 

Native functions[edit]

GetElementCount[edit]

native function int GetElementCount ()

Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount

Returns:

Returns the number of elements(rows) provided.