I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UTGameModifierCard (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UTGameModifierCard
Package: 
UTGame

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

Properties

Deck

Type: array<EModiferCardData>


Default value, index 0:

Member Value
DescMarkup "<Strings:UTGameUI.CardDesc.Desc0>"
Tag 'TacticalDiversion'
UVs
Member Value
U 398.0
UL 198.0
V 1.0
VL 252.0

Default value, index 1:

Member Value
AltKey ESPKey_IronGuardUpgrade
AltUVs
Member Value
U 200.0
UL 198.0
V 253.0
VL 252.0
DescMarkup "<Strings:UTGameUI.CardDesc.Desc1>"
ProfileID 1
Tag 'IronGuard'
UVs
Member Value
U 1.0
UL 198.0
V 1.0
VL 252.0

Default value, index 2:

Member Value
AltKey ESPKey_LiandriUpgrade
AltUVs
Member Value
U 398.0
UL 198.0
V 253.0
VL 252.0
DescMarkup "<Strings:UTGameUI.CardDesc.Desc2>"
ProfileID 2
Tag 'Liandri'
UVs
Member Value
U 596.0
UL 198.0
V 1.0
VL 252.0

Default value, index 3:

Member Value
DescMarkup "<Strings:UTGameUI.CardDesc.Desc3>"
ProfileID 3
Tag 'RespawnUpgrade'
URL "?CoolSpawn=1"
UVs
Member Value
U 2.0
UL 198.0
V 253.0
VL 252.0

Default value, index 4:

Member Value
DescMarkup "<Strings:UTGameUI.CardDesc.Desc4>"
ProfileID 4
Tag 'HeavyArmor'
URL "?HeavyArmor=1"
UVs
Member Value
U 200.0
UL 198.0
V 1.0
VL 252.0

Default value, index 5:

Member Value
bMustUse True
bUnique True
DescMarkup "<Strings:UTGameUI.CardDesc.Desc5>"
ProfileID 5
Tag 'InstaGib'
URL "?Mutator=UTGame.UTMutator_Instagib"
UVs
Member Value
U 398.0
UL 198.0
V 1.0
VL 252.0

Structs

EModiferCardData

name Tag 
int ProfileID 
string URL 
string DescMarkup 
bool bMustUse 
bool bUnique 
int ImageListIndex 
UIRoot.TextureCoordinates UVs 
UIRoot.TextureCoordinates AltUVs 
UTProfileSettings.ESinglePlayerPersistentKeys AltKey 

Static functions

GetAltKey

static function UTProfileSettings.ESinglePlayerPersistentKeys GetAltKey (name Tag)


GetDesc

static function string GetDesc (name Tag)


GetNameForProfileID

static function name GetNameForProfileID (int ProfileID)


GetProfileIndexFor

static function int GetProfileIndexFor (name Tag)


GetURL

static function string GetURL (name Tag)

Get any additionals to the URL from this card

GetUVs

static function UIRoot.TextureCoordinates GetUVs (name Tag, UTProfileSettings Profile)


IsMustUse

static function bool IsMustUse (name Tag)


IsUnique

static function bool IsUnique (name Tag)