Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Info | +-- Engine.LocalMessage | +-- Botpack.LocalMessagePlus | +-- Botpack.CTFMessage2
Variables Summary | |
---|---|
string | EnemyHasFlagString |
color | RedColor |
color | YellowColor |
string | YouHaveFlagString |
Inherited Variables from Botpack.LocalMessagePlus |
---|
CyanColor, FontSize, GreenColor, LightGreenColor |
Inherited Variables from Engine.LocalMessage |
---|
bBeep, bCenter, bComplexString, bFadeMessage, bFromBottom, bIsConsoleMessage, bIsSpecial, bIsUnique, bOffsetYPos, ChildMessage, DrawColor, Lifetime, XPos, YPos |
Functions Summary | ||
---|---|---|
color | GetColor (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2 )) | |
float | GetOffset (int Switch, float YL, float ClipY )) | |
string | GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject )) |
Inherited Functions from Botpack.LocalMessagePlus |
---|
GetColor, GetFontSize, GetOffset |
Inherited Functions from Engine.LocalMessage |
---|
AssembleString, ClientReceive, GetColor, GetFontSize, GetOffset, GetString, RenderComplexMessage |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { YouHaveFlagString="You have the flag, return to base!" EnemyHasFlagString="The enemy has your flag, recover it!" RedColor=(R=255) YellowColor=(R=255,G=255) FontSize=1 bIsSpecial=True bIsConsoleMessage=False bFadeMessage=True Lifetime=1 DrawColor=(R=0,G=128) YPos=196.000000 bCenter=True } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |