Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

BonusPack.LMSMessage

Extends
LocalMessage

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- BonusPack.LMSMessage

Variables Summary
stringSomeoneIsCamperMessage
stringSomeoneIsCamperMessageTrailer
soundSomeoneIsCamperSound
stringYouAreCamperMessage
soundYouAreCamperSound
Inherited Variables from Engine.LocalMessage
bBeep, bComplexString, bFadeMessage, bIsConsoleMessage, bIsPartiallyUnique, bIsSpecial, bIsUnique, ChildMessage, DrawColor, DrawPivot, FontSize, Lifetime, PosX, PosY, StackMode
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Enumerations Summary
Inherited Enumerations from Engine.LocalMessage
EStackMode

Functions Summary
function ClientReceive (PlayerController P, optional int SwitchNum, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
functionstring GetString (optional int SwitchNum, 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
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

SomeoneIsCamperMessage Source code

var localized string SomeoneIsCamperMessage;

SomeoneIsCamperMessageTrailer Source code

var localized string SomeoneIsCamperMessageTrailer;

SomeoneIsCamperSound Source code

var sound SomeoneIsCamperSound;

YouAreCamperMessage Source code

var localized string YouAreCamperMessage;

YouAreCamperSound Source code

var sound YouAreCamperSound;


Functions Detail

ClientReceive Source code

static simulated function ClientReceive ( PlayerController P, optional int SwitchNum, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ) )

GetString Source code

static function string GetString ( optional int SwitchNum, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ) )


Defaultproperties

defaultproperties
{
	bFadeMessage=True
	bIsSpecial=True
	bIsUnique=True
	Lifetime=6
	bBeep=False
    DrawColor=(R=255,G=0,B=128,A=255)


	YouAreCamperMessage="You Are Camping!"
	SomeoneIsCamperMessage=" "
	SomeoneIsCamperMessageTrailer="Is Camping!"


	StackMode=SM_Down
    PosY=0.1
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:13.495 - Created with UnCodeX