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

WormbotHandlerAntiTCC.WIR_ModHandler_AntiTCC

Extends
WIR_ModHandler

Copyright (c) 2005-2007 by Wormbo $Id$

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- WormbotReporter.WIR_ModHandler
         |   
         +-- WormbotHandlerAntiTCC.WIR_ModHandler_AntiTCC

Variables Summary
boolbReportKickReason
stringdescReportKickDetails
stringlblReportKickDetails
stringMsgInsecureClient
stringMsgPlayerKicked
stringMsgPlayerKickedDetails
Inherited Variables from WormbotReporter.WIR_ModHandler
bMatchStarted, descModHandler, HandlerGroup, lblModHandler, ModHandler, MyMutator, NextHandler
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Structures Summary
Inherited Structures from WormbotReporter.WIR_ModHandler
TModHandler

Functions Summary
function FillPlayInfo (PlayInfo PlayInfo))
eventstring GetDescriptionText (string PropertyName))
functionbool HandleStringMessage (string Message, name Type))
functionbool Mutate (string MutateString, PlayerController Sender))
Inherited Functions from WormbotReporter.WIR_ModHandler
AcceptPlayInfoProperty, AddHandler, CriticalPlayer, Destroyed, FillPlayInfo, FormatPlayerName, GetDescriptionText, GetLocationNameFor, GetObjectiveName, GetObjectName, GetRemainingTime, HandleEndGame, HandleEndRound, HandleKill, HandleLocalizedMessage, HandleNewRound, HandleStringMessage, MatchStarting, Mutate, PostBeginPlay, ScoreObjective, UpdateLocationNames
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

bReportKickReason Source code

var config bool bReportKickReason;

descReportKickDetails Source code

var localized string descReportKickDetails;

lblReportKickDetails Source code

var localized string lblReportKickDetails;

MsgInsecureClient Source code

var localized string MsgInsecureClient;

MsgPlayerKicked Source code

var localized string MsgPlayerKicked;

MsgPlayerKickedDetails Source code

var localized string MsgPlayerKickedDetails;


Functions Detail

FillPlayInfo Source code

static function FillPlayInfo ( PlayInfo PlayInfo) )
Add the configuration options to the PlayInfo.

GetDescriptionText Source code

static event string GetDescriptionText ( string PropertyName) )
Returns a description for the specified configuration option.

HandleStringMessage Source code

function bool HandleStringMessage ( string Message, name Type) )
Return True if the message was handled by the handler class.

Mutate Source code

function bool Mutate ( string MutateString, PlayerController Sender) )
Propagate Mutate commands to handlers.


Defaultproperties

defaultproperties
{
  bReportKickReason     = True
  lblReportKickDetails  = "(AntiTCC) Report Kick Details"
  descReportKickDetails = "Report the details on why a player was kicked."
  
  MsgInsecureClient       = "[^K]04[%r] %m[^O]"
  MsgPlayerKicked         = "[%r] %p[^O] was kicked from the server by Anti TCC ([^B]%m[^B])"
  MsgPlayerKickedDetails  = "[%r] %p[^O] was kicked from the server by Anti TCC ([^B]%m[^B] - %d)"
}

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