Mostly Harmless
UE1:DeathMessagePlus (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> LocalMessage >> LocalMessagePlus >> DeathMessagePlus |
- Package:
- BotPack
- Direct subclass:
- EradicatedDeathMessage
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
An Unreal Tournament Death Message.
Switch 0: Kill RelatedPRI_1 is the Killer. RelatedPRI_2 is the Victim. OptionalObject is the Killer's Weapon Class.
Switch 1: Suicide RelatedPRI_1 guy who killed himself.
Properties
KilledString
Type: string
Modifiers: localized
Default value: "was killed by"
Default values
Property | Value | ||||||
---|---|---|---|---|---|---|---|
ChildMessage | Class'BotPack.KillerMessagePlus' | ||||||
DrawColor |
|
Static functions
ClientReceive
static function ClientReceive (PlayerPawn P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
Overrides: LocalMessage.ClientReceive
GetString
static function string GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
Overrides: LocalMessage.GetString