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

tmod.tmodGameMessage

Extends
TribesGameMessage

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- Engine.GameMessage
            |   
            +-- Gameplay.TribesGameMessage
               |   
               +-- tmod.tmodGameMessage

Variables Summary
stringadminMutateTest
stringBRDisabled
stringBREnabled
stringMTDisabled
stringMTEnabled
stringmutateTest
stringSniperDisabled
stringSniperEnabled
stringTKBanMessage
stringTKKickMessage
stringTKWarnMessage
stringtrocOff
stringtrocOn
Inherited Variables from Gameplay.TribesGameMessage
AwaitingDoubleReadyMessage, AwaitingSingleReadyMessage, AwaitingTripleReadyMessage, NotReadyMessage, ReadyMessage, UnbalancedMessage
Inherited Variables from Engine.GameMessage
EnteredMessage, FailedPlaceMessage, FailedSpawnMessage, FailedTeamMessage, GlobalNameChange, LeftMessage, MaxedOutMessage, MustHaveStats, NewPlayerMessage, NewTeamMessage, NewTeamMessageTrailer, NoNameChange, OvertimeMessage, SwitchLevelMessage, VotePassed, VoteStarted

Functions Summary
functionstring GetString (optional int Switch, optional Core.Object Related1, optional Core.Object Related2, optional Core.Object OptionalObject, optional String OptionalString))
Inherited Functions from Gameplay.TribesGameMessage
GetString
Inherited Functions from Engine.GameMessage
GetString


Variables Detail

adminMutateTest Source code

var localized string adminMutateTest;

BRDisabled Source code

var localized string BRDisabled;

BREnabled Source code

var localized string BREnabled;

MTDisabled Source code

var localized string MTDisabled;

MTEnabled Source code

var localized string MTEnabled;

mutateTest Source code

var localized string mutateTest;

SniperDisabled Source code

var localized string SniperDisabled;

SniperEnabled Source code

var localized string SniperEnabled;

TKBanMessage Source code

var localized string TKBanMessage;

TKKickMessage Source code

var localized string TKKickMessage;

TKWarnMessage Source code

var localized string TKWarnMessage;

trocOff Source code

var localized string trocOff;

trocOn Source code

var localized string trocOn;


Functions Detail

GetString Source code

static function string GetString ( optional int Switch, optional Core.Object Related1, optional Core.Object Related2, optional Core.Object OptionalObject, optional String OptionalString) )


Defaultproperties

defaultproperties
{
    MTDisabled="Server: Mines and turrets have been disabled."
    MTEnabled="Server: Mines and turrets have been enabled."
    BRDisabled="Server: Base rape has been disabled."
    BREnabled="Server: Base rape has been enabled."
    TKWarnMessage="Server: Warning! You are about to be removed for team killing!"
    TKKickMessage="Server: %1 was kicked for team killing."
    TKBanMessage="Server: %1 was banned for team killing."
    SniperEnabled="Server: The Sniper Rifle will be disabled untill more players join the game."
    SniperDisabled="Server: The Sniper Rifle has been enabled."
    mutateTest="Client: Hello Tribes Vengeance."
    adminMutateTest="Admin: Hello Tribes Vengeance."
    trocOn="Server: Troc has been enabled."
    trocOff="Server: Troc has been disabled."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:35.556 - Created with UnCodeX