Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.LocalMessage | +-- UTGame.UTLocalMessage | +-- UTGame.UTWeaponKillRewardMessage
Variables Summary | |
---|---|
SoundNodeWave | RewardSounds[2] |
string | RewardString[2] |
Inherited Variables from UTGame.UTLocalMessage |
---|
AnnouncementDelay, AnnouncementPriority, AnnouncementVolume, bShowPortrait, MessageArea |
Inherited Variables from Engine.LocalMessage |
---|
bBeep, bCountInstances, bIsConsoleMessage, bIsPartiallyUnique, bIsSpecial, bIsUnique, DrawColor, FontSize, Lifetime, PosY |
Functions Summary | ||
---|---|---|
![]() | 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 )) | |
![]() | string | GetString (optional int Switch, optional bool bPRI1HUD, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject )) |
Inherited Functions from UTGame.UTLocalMessage |
---|
AddAnnouncement, AnnouncementLevel, AnnouncementSound, GetPos, KilledByVictoryMessage, ShouldBeRemoved |
Inherited Functions from Engine.LocalMessage |
---|
ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetString, IsConsoleMessage, IsKeyObjectiveMessage, PartiallyDuplicates |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { RewardString(0)="Head Shot!" RewardString(1)="Bullseye!" RewardSounds(0)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_HeadShot' RewardSounds(1)=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_BullsEye' MessageArea=3 AnnouncementPriority=10 bIsUnique=True DrawColor=(B=128,G=255,R=255,A=255) FontSize=2 Name="Default__UTWeaponKillRewardMessage" ObjectArchetype=UTLocalMessage'UTGame.Default__UTLocalMessage' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |