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

UnrealI.UnrealGameInfo

Extends
GameInfo
Modifiers
localized

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.GameInfo
         |   
         +-- UnrealI.UnrealGameInfo

Direct Known Subclasses:

CoopGame, DeathMatchGame, EndGame, EntryGameInfo, Intro, SinglePlayer, VRikersGame

Variables Summary
DeathMessage
string[32]BurnedMessage
string[32]CorrodedMessage
string[32]DeathArticle
string[32]DeathMessage[32]
string[32]DeathModifier[5]
string[32]DeathPrep
string[32]DeathTerm
string[32]DeathVerb
string[32]DrownedMessage
string[32]ExplodeMessage
string[32]FallMessage
string[32]HackedMessage
string[32]HeadLossMessage[2]
string[128]MajorDeathMessage[8]
string[32]SuicideMessage
Inherited Variables from Engine.GameInfo
AdminPassword, AutoAim, bAllowRemoteAdmin, bCanChangeSkin, bCoopWeaponMode, BeaconName, bHumansOnly, bLowGore, bMuteSpectators, bNoMonsters, bPauseable, bRestartLevel, bShareware, DefaultPlayerClass, DefaultPlayerName, DefaultWaterEntryActor, DefaultWaterEntrySound, DefaultWaterExitActor, DefaultWaterExitSound, DefaultWeapon, Difficulty, EnteredMessage, FailedPlaceMessage, FailedSpawnMessage, GameMenuType, GameSpeed, HUDType, ItemGoals, KillGoals, LeftMessage, MapListType, MapPrefix, MaxSpectators, NameChangedMessage, ScoreBoardType, Scores, SecretGoals, SentText, SpecialDamageString, StartTime, SwitchLevelMessage

Functions Summary
function PlaySpawnEffect (inventory Inv)
function PlayTeleportEffect (actor Incoming, bool bOut, bool bSound)
functionint ReduceDamage (int Damage, name DamageType, pawn injured, pawn instigatedBy)
functionbool ShouldRespawn (Actor Other)
functionstring [ (] PlayerKillMessage(name damageType, pawn Other)
functionstring [ (] KillMessage(name damageType, pawn Other)
functionstring [ (] CreatureKillMessage(name damageType, pawn Other)
Inherited Functions from Engine.GameInfo
AcceptInventory, AddBot, AddDefaultInventory, AllowsBroadcast, CanSpectate, ChangeName, ChangeTeam, DetailChange, DiscardInventory, EndGame, FindPlayerStart, GetBeaconText, GetKeyValue, GrabOption, HasOption, InitGame, IsRelevant, Killed, Login, Logout, PickupQuery, PlaySpawnEffect, PlayTeleportEffect, PostBeginPlay, PreBeginPlay, PreLogin, ProcessServerTravel, ReduceDamage, RestartGame, RestartPlayer, ScoreEvent, SendPlayer, SetGameSpeed, ShouldRespawn, StartPlayer, Timer, [


Variables Detail

DeathMessage

BurnedMessage Source code

var(DeathMessage) localized string[32] BurnedMessage;

CorrodedMessage Source code

var(DeathMessage) localized string[32] CorrodedMessage;

DeathArticle Source code

var(DeathMessage) localized string[32] DeathArticle;

DeathMessage[32] Source code

var(DeathMessage) localized string[32] DeathMessage[32];

DeathModifier[5] Source code

var(DeathMessage) localized string[32] DeathModifier[5];

DeathPrep Source code

var(DeathMessage) localized string[32] DeathPrep;

DeathTerm Source code

var(DeathMessage) localized string[32] DeathTerm;

DeathVerb Source code

var(DeathMessage) localized string[32] DeathVerb;

DrownedMessage Source code

var(DeathMessage) localized string[32] DrownedMessage;

ExplodeMessage Source code

var(DeathMessage) localized string[32] ExplodeMessage;

FallMessage Source code

var(DeathMessage) localized string[32] FallMessage;

HackedMessage Source code

var(DeathMessage) localized string[32] HackedMessage;

HeadLossMessage[2] Source code

var(DeathMessage) localized string[32] HeadLossMessage[2];

MajorDeathMessage[8] Source code

var(DeathMessage) localized string[128] MajorDeathMessage[8];

SuicideMessage Source code

var(DeathMessage) localized string[32] SuicideMessage;


Functions Detail

PlaySpawnEffect Source code

function PlaySpawnEffect ( inventory Inv )

PlayTeleportEffect Source code

function PlayTeleportEffect ( actor Incoming, bool bOut, bool bSound )

ReduceDamage Source code

function int ReduceDamage ( int Damage, name DamageType, pawn injured, pawn instigatedBy )

ShouldRespawn Source code

function bool ShouldRespawn ( Actor Other )

[ Source code

function string [ ( ] PlayerKillMessage(name damageType, pawn Other )

[ Source code

function string [ ( ] KillMessage(name damageType, pawn Other )

[ Source code

function string [ ( ] CreatureKillMessage(name damageType, pawn Other )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:53:43.312 - Created with UnCodeX