I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTUIDataProvider_StatsVehicles (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UTUIDataProvider_SimpleElementProvider >> UTUIDataProvider_StatsElementProvider >> UTUIDataProvider_StatsVehicles |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider
- This class in other games:
- UT3
This page has been proposed for deletion. If you think this page should be kept, please state a reason on its talk page. |
Dataprovider that returns a row for each vehicle/vehicle weapons with kills/death/suicides given a user's stats results.
Properties
Stats
Type: array<VehicleStatsRow>
Modifiers: transient
Structs
VehicleStatsRow
Modifiers: native
Native functions
GetElementCount
native function int GetElementCount ()
Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount
Returns:
- Returns the number of elements(rows) provided.