Cogito, ergo sum

UE2:MultiKillMessage (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> Actor >> Info >> LocalMessage >> MultiKillMessage
Package: 
XGame
This class in other games:
UT, UT2004

null

Properties[edit]

KillSound[edit]

Type: Sound

Array size: 7


Default value, index 0: Sound'AnnouncerMain.Double_Kill'

Default value, index 1: Sound'AnnouncerMain.MultiKill'

Default value, index 2: Sound'AnnouncerMain.MegaKill'

Default value, index 3: Sound'AnnouncerMain.UltraKill'

Default value, index 4: Sound'AnnouncerMain.MonsterKill_F'

Default value, index 5: Sound'AnnouncerMain.LudicrousKill_F'

Default value, index 6: Sound'AnnouncerMain.HolyShit_F'

KillString[edit]

Type: string

Array size: 7

Modifiers: localized


Default value, index 0: "Double Kill!"

Default value, index 1: "Multi Kill!"

Default value, index 2: "Mega Kill!!"

Default value, index 3: "ULTRA KILL!!"

Default value, index 4: "M O N S T E R K I L L !!!"

Default value, index 5: "L U D I C R O U S !!!"

Default value, index 6: "H O L Y S H I T !"

Default values[edit]

Property Value
bFadeMessage True
bIsUnique True
DrawColor
Member Value
B 0
G 0
R 255
FontSize 1
PosY 0.25
StackMode SM_Down

Static functions[edit]

ClientReceive[edit]

static simulated function ClientReceive (PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)

Overrides: LocalMessage.ClientReceive


GetFontSize[edit]

static function int GetFontSize (int Switch, PlayerReplicationInfo RelatedPRI1, PlayerReplicationInfo RelatedPRI2, PlayerReplicationInfo LocalPlayer)

Overrides: LocalMessage.GetFontSize


GetString[edit]

static function string GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)

Overrides: LocalMessage.GetString