| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.LocalMessage
|
+-- Gameplay.MPCheckpointMessages
| Variables Summary | |
|---|---|
| MPCheckpointMessages | |
| string | globalRaceCompleted |
| string | selfFailed |
| string | selfLapCompleted |
| string | selfPassed |
| string | selfRaceCompleted |
| Inherited Variables from Engine.LocalMessage |
|---|
| bBeep, bCenter, bComplexString, bFadeMessage, bFromBottom, bIsConsoleMessage, bIsSpecial, bIsUnique, bOffsetYPos, ChildMessage, DrawColor, FontSize, Lifetime, XPos, YPos |
| Structures Summary |
|---|
| Inherited Structures from Engine.Info |
|---|
| KeyValuePair, PlayerResponseLine, ServerResponseLine |
| Functions Summary | ||
|---|---|---|
![]() | string | GetString (optional int Switch, optional Core.Object Related1, optional Core.Object Related2, optional Object OptionalObject, optional String OptionalString )) |
| Inherited Functions from Engine.LocalMessage |
|---|
| AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetOffset, GetRelatedString, GetString, RenderComplexMessage |
| Inherited Functions from Engine.Info |
|---|
| AcceptPlayInfoProperty, FillPlayInfo |
| Variables Detail |
|---|
| Functions Detail |
|---|
GetString Source code| Defaultproperties |
|---|
defaultproperties
{
selfPassed = "You passed a checkpoint."
selfFailed = "This is not your current checkpoint."
selfRaceCompleted = "You finished the race! Total time: %1"
selfLapCompleted = "You finished lap %1 of %2."
globalRaceCompleted = "%1 finished the race! Position: %1"
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||