Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.LocalMessage | +-- UTGame.UTLocalMessage | +-- UTGame.UTVehicleMessage
Variables Summary | |
---|---|
array<int> | CustomMessageArea |
array<Color> | DrawColors |
array<SoundNodeWave> | MessageAnnouncements |
array<string> | MessageText |
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 | ||
---|---|---|
![]() | 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
)) |
![]() | 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, PartiallyDuplicates |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { DrawColors(0)=(R=255,G=255,B=128,A=255) DrawColors(1)=(R=0,G=160,B=255,A=255) DrawColors(2)=(R=255,G=0,B=0,A=255) DrawColors(3)=(R=255,G=0,B=0,A=255) DrawColors(4)=(R=255,G=255,B=255,A=255) DrawColors(5)=(R=255,G=255,B=255,A=255) FontSize=2 MessageArea=2 bIsConsoleMessage=false bIsUnique=false bIsPartiallyUnique=true MessageAnnouncements[4]=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_Hijacked' MessageAnnouncements[5]=SoundNodeWave'A_Announcer_Reward.Rewards.A_RewardAnnouncer_CarJacked' AnnouncementPriority=5 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |