- Extends
- UTLocalMessage
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.LocalMessage
|
+-- UTGame.UTLocalMessage
|
+-- UTGameContent.UTOnslaughtMessage
Functions Summary |
 | byte | AnnouncementLevel (byte MessageIndex))
|
 | SoundNodeWave | AnnouncementSound (int MessageIndex, Object OptionalObject, PlayerController PC))
|
 | | ClientReceive (PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
|
 | color | GetColor (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject
))
|
 | int | GetFontSize (int Switch, PlayerReplicationInfo RelatedPRI1, PlayerReplicationInfo RelatedPRI2, PlayerReplicationInfo LocalPlayer ))
|
 | float | GetLifeTime (int Switch))
|
 | float | GetPos (int Switch, HUD myHUD ))
|
 | string | GetString (optional int Switch, optional bool bPRI1HUD, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
|
 | bool | IsConsoleMessage (int Switch))
|
 | bool | IsKeyObjectiveMessage (int Switch ))
|
 | bool | PartiallyDuplicates (INT Switch1, INT Switch2, object OptionalObject1, object OptionalObject2 ))
|
MessageAnnouncements[45] Source code
var byte MiniMapMessage[45];
var localized string OverTimeWin;
var localized string RegulationWin;
Message
BluePowerNodeAttackedString Source code
var(Message) localized string BluePowerNodeAttackedString;
BluePowerNodeDestroyedString Source code
var(Message) localized string BluePowerNodeDestroyedString;
BluePowerNodeSeveredString Source code
var(Message) localized string BluePowerNodeSeveredString;
BluePowerNodeUnderConstructionString Source code
var(Message) localized string BluePowerNodeUnderConstructionString;
BluePrimeNodeAttackedString Source code
var(Message) localized string BluePrimeNodeAttackedString;
BlueTeamDominatesString Source code
var(Message) localized string BlueTeamDominatesString;
BlueTeamNodeConstructedString Source code
var(Message) localized string BlueTeamNodeConstructedString;
var(Message) localized string DrawString;
var(Message) localized string InvincibleCoreString;
var(Message) localized string NodeBusterString;
var(Message) localized string NoTeleportWithOrb;
PowerCoresAreDrainingString Source code
var(Message) localized string PowerCoresAreDrainingString;
PowerNodeShieldedByOrbString Source code
var(Message) localized string PowerNodeShieldedByOrbString;
PowerNodeTemporarilyShieldedString Source code
var(Message) localized string PowerNodeTemporarilyShieldedString;
RedPowerNodeAttackedString Source code
var(Message) localized string RedPowerNodeAttackedString;
RedPowerNodeDestroyedString Source code
var(Message) localized string RedPowerNodeDestroyedString;
RedPowerNodeSeveredString Source code
var(Message) localized string RedPowerNodeSeveredString;
RedPowerNodeUnderConstructionString Source code
var(Message) localized string RedPowerNodeUnderConstructionString;
RedPrimeNodeAttackedString Source code
var(Message) localized string RedPrimeNodeAttackedString;
RedTeamDominatesString Source code
var(Message) localized string RedTeamDominatesString;
RedTeamNodeConstructedString Source code
var(Message) localized string RedTeamNodeConstructedString;
UnattainableNodeString Source code
var(Message) localized string UnattainableNodeString;
UnhealablePowerCoreString Source code
var(Message) localized string UnhealablePowerCoreString;
var(Message) localized string UnpoweredString;
static function byte AnnouncementLevel ( byte MessageIndex) )
static function float GetLifeTime ( int Switch) )
static
function float GetPos (
int Switch,
HUD myHUD ) )
static function bool IsConsoleMessage ( int Switch) )
static function bool IsKeyObjectiveMessage ( int Switch ) )
static
function bool PartiallyDuplicates (
INT Switch1,
INT Switch2,
object OptionalObject1,
object OptionalObject2 ) )
defaultproperties
{
RedTeamDominatesString="Red Team wins the round!"
BlueTeamDominatesString="Blue Team wins the round!"
RedTeamNodeConstructedString="Red Node Constructed!"
BlueTeamNodeConstructedString="Blue Node Constructed!"
InvincibleCoreString="You Cannot Damage Unlinked Nodes!"
UnattainableNodeString="You Cannot Capture Unlinked Nodes!"
RedPowerNodeAttackedString="Red Node under Attack!"
BluePowerNodeAttackedString="Blue Node under Attack!"
RedPrimeNodeAttackedString="Prime Node under Attack!"
BluePrimeNodeAttackedString="Prime Node under Attack!"
UnpoweredString="Turret is Unpowered!"
RedPowerNodeDestroyedString="Red Node Destroyed"
BluePowerNodeDestroyedString="Blue Node Destroyed"
RedPowerNodeUnderConstructionString="Red Node Constructing!"
BluePowerNodeUnderConstructionString="Blue Node Constructing!"
RedPowerNodeSeveredString="Red Node Isolated!"
BluePowerNodeSeveredString="Blue Node Isolated!"
PowerCoresAreDrainingString="Cores are draining!"
UnhealablePowerCoreString="You can't heal your Core!"
PowerNodeShieldedByOrbString="Node is Shielded by a Nearby Orb!"
PowerNodeTemporarilyShieldedString="Node has Temporary Shielding!"
NoTeleportWithOrb="Orb will be dropped if you teleport!"
DrawString="DRAW - Both Cores Drained!"
NodeBusterString="Node Buster!"
RegulationWin="2 Points for Regulation Win"
OverTimeWin="1 Point for Overtime win"
MessageAnnouncements(6)=SoundNodeWave'A_Announcer_Status.Status.A_StatusAnnouncer_YouCannotCaptureAnUnlinkedNode'
MessageAnnouncements(7)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_NodeBuster'
MessageAnnouncements(29)=SoundNodeWave'A_Announcer_Status.Status.A_StatusAnnouncer_Overtime'
ErrorSound=SoundCue'A_Gameplay.ONS.A_GamePlay_ONS_CoreImpactShieldedCue'
RedColor=(B=48,G=64,R=255,A=255)
GoldColor=(B=128,G=255,R=255,A=255)
MiniMapMessage(2)=1
MiniMapMessage(3)=1
MiniMapMessage(9)=1
MiniMapMessage(10)=1
MiniMapMessage(16)=1
MiniMapMessage(17)=1
MiniMapMessage(23)=1
MiniMapMessage(24)=1
MiniMapMessage(27)=1
MiniMapMessage(28)=1
MessageArea=3
bIsPartiallyUnique=True
Lifetime=2.500000
DrawColor=(B=255,G=192,R=0,A=255)
FontSize=2
Name="Default__UTOnslaughtMessage"
ObjectArchetype=UTLocalMessage'UTGame.Default__UTLocalMessage'
}
|
Creation time: sk 18-3-2018 10:00:54.123 - Created with
UnCodeX