- Extends
- CriticalEventPlus
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.LocalMessage
|
+-- Gameplay.CriticalEventPlus
|
+-- UnrealGame.KillingSpreeMessage
Inherited Variables from Engine.LocalMessage |
bBeep, bComplexString, bFadeMessage, bIsConsoleMessage, bIsPartiallyUnique, bIsSpecial, bIsUnique, ChildMessage, DrawColor, DrawPivot, FontSize, Lifetime, PosX, PosY, StackMode |
Functions Summary |
| | ClientReceive (PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
|
| int | GetFontSize (int Switch, PlayerReplicationInfo RelatedPRI1, PlayerReplicationInfo RelatedPRI2, PlayerReplicationInfo LocalPlayer ))
|
| string | GetRelatedString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject
))
|
| string | GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
|
Inherited Functions from Engine.LocalMessage |
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetRelatedString, GetString, IsConsoleMessage, RenderComplexMessage |
var localized string EndFemaleSpree;
var localized string EndSelfSpree;
var localized string EndSpreeNote;
var localized string EndSpreeNoteTrailer;
var localized string MultiKillString;
var localized string SelfSpreeNote[10];
var localized string SpreeNote[10];
var name SpreeSoundName[10];
var
sound SpreeSound[
10];
defaultproperties
{
EndSpreeNote="'s killing spree ended by"
EndSelfSpree="was looking good till he killed himself!"
EndFemaleSpree="was looking good till she killed herself!"
SpreeNote(0)="is on a killing spree!"
SpreeNote(1)="is on a rampage!"
SpreeNote(2)="is dominating!"
SpreeNote(3)="is unstoppable!"
SpreeNote(4)="is Godlike!"
SpreeNote(5)="is Wicked SICK!"
SelfSpreeNote(0)="Killing Spree!"
SelfSpreeNote(1)="Rampage!"
SelfSpreeNote(2)="Dominating!"
SelfSpreeNote(3)="Unstoppable!"
SelfSpreeNote(4)="GODLIKE!"
SelfSpreeNote(5)="WICKED SICK!"
SpreeSoundName(0)="Killing_Spree"
SpreeSoundName(1)="Rampage"
SpreeSoundName(2)="Dominating"
SpreeSoundName(3)="Unstoppable"
SpreeSoundName(4)="GodLike"
SpreeSoundName(5)="WhickedSick"
FontSize=0
}
|
Creation time: sk 18-3-2018 09:49:42.990 - Created with
UnCodeX