I don't need to test my programs. I have an error-correcting modem.

UE3:UTGameModifierCard (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 08:40, 23 May 2008 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UTGameModifierCard
Package: 
UTGame

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

Properties[edit]

Deck[edit]

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[edit]

EModiferCardData[edit]

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[edit]

GetAltKey[edit]

static function UTProfileSettings.ESinglePlayerPersistentKeys GetAltKey (name Tag)


GetDesc[edit]

static function string GetDesc (name Tag)


GetNameForProfileID[edit]

static function name GetNameForProfileID (int ProfileID)


GetProfileIndexFor[edit]

static function int GetProfileIndexFor (name Tag)


GetURL[edit]

static function string GetURL (name Tag)

Get any additionals to the URL from this card

GetUVs[edit]

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


IsMustUse[edit]

static function bool IsMustUse (name Tag)


IsUnique[edit]

static function bool IsUnique (name Tag)