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

KFMod.KFInvasionMessage

Extends
InvasionMessage
Modifiers
abstract

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- GamePlay.CriticalEventPlus
            |   
            +-- Old2K4.InvasionMessage
               |   
               +-- KFMod.KFInvasionMessage

Variables Summary
stringKilledByMonster
stringSameTeamKill
Inherited Variables from Old2K4.InvasionMessage
OutMessage

Functions Summary
functionstring GetNameOf (Class OClass ))
functionstring GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject ))
functionbool ShouldUseAn (string S ))
Inherited Functions from Old2K4.InvasionMessage
GetString


Variables Detail

KilledByMonster Source code

var localized string KilledByMonster;

SameTeamKill Source code

var localized string SameTeamKill;


Functions Detail

GetNameOf Source code

static function string GetNameOf ( Class<Monster> OClass ) )

GetString Source code

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

ShouldUseAn Source code

static function bool ShouldUseAn ( string S ) )


Defaultproperties

defaultproperties
{
     SameTeamKill="was team-killed by"
     KilledByMonster="was killed by"
     OutMessage="has died."
     DrawColor=(B=75,G=75,R=255,A=230)
     FontSize=0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:46.720 - Created with UnCodeX