UE3:UTKillerMessage (UT3): Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page |
No edit summary |
||
Line 18: | Line 18: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
'''Default value:''' " | '''Default value:''' "killed" | ||
====OtherKilledPrefix==== | ====OtherKilledPrefix==== | ||
Line 41: | Line 41: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
'''Default value:''' " | '''Default value:''' "You killed" | ||
====YouKilledTrailer==== | ====YouKilledTrailer==== | ||
Line 57: | Line 57: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
'''Default value:''' " | '''Default value:''' "You team-killed" | ||
====YouTeamKilledTrailer==== | ====YouTeamKilledTrailer==== |
Latest revision as of 07:40, 23 May 2008
![]() |
Object >> LocalMessage >> UTLocalMessage >> UTWeaponKillMessage >> UTKillerMessage |
- Package:
- UTGame
- This class in other games:
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. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
Property group 'Message'
OtherKilled
Type: string
Modifiers: localized
Default value: "killed"
OtherKilledPrefix
Type: string
Modifiers: localized
OtherKilledTrailer
Type: string
Modifiers: localized
YouKilled
Type: string
Modifiers: localized
Default value: "You killed"
YouKilledTrailer
Type: string
Modifiers: localized
YouTeamKilled
Type: string
Modifiers: localized
Default value: "You team-killed"
YouTeamKilledTrailer
Type: string
Modifiers: localized
Default values
Property | Value |
---|---|
bIsUnique | True |
FontSize | 2 |
Static functions
GetString
static function string GetString (optional int Switch, optional bool bPRI1HUD, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
Overrides: LocalMessage.GetString