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

UnrealShare.CoopGame

Extends
UnrealGameInfo

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.GameInfo
         |   
         +-- UnrealShare.UnrealGameInfo
            |   
            +-- UnrealShare.CoopGame

Direct Known Subclasses:

UPakCoopGame

Constants Summary
Inherited Contants from Engine.GameInfo
ColorCodeNumber

Variables Summary
boolbSpecialFallDamage
CoopGame
boolbHighFlareAndSeedRespawn
boolbInstantItemRespawn
boolbInstantWeaponRespawn
boolbNoFriendlyFire
floatFlareAndSeedRespawnTime
Inherited Variables from UnrealShare.UnrealGameInfo
bGenderMessages, BleededMessage, BurnedMessage, CorrodedMessage, DeathMessage[32], DeathModifier[5], DeathPrep, DeathTerm, DeathVerb, DrownedMessage, ExplodeMessage, FallMessage, FemBleededMessage, FemBurnedMessage, FemCorrodedMessage, FemDeathMessages, FemDrownedMessage, FemExplodeMessage, FemFallMessage, FemHackedMessage, FemHeadLossMessages, FemMajorDeathMessages, FemSuicideMessage, HackedMessage, HeadLossMessage[2], MajorDeathMessage[8], SuicideMessage
Inherited Variables from Engine.GameInfo
AccessManager, AccessManagerClass, AdminPassword, AutoAim, bAllHealthStopsBleeding, bAlwaysEnhancedSightCheck, BaseMutator, bBandagesStopBleeding, bBleedingDamageEnabled, bBleedingEnabled, bCanChangeSkin, bCastProjectorShadows, bCastShadow, bClassicDeathmessages, bCoopWeaponMode, bDeathMatch, bDecoShadows, BeaconName, bGameEnded, bHandleDownloadMessaging, bHumansOnly, bIsSavedGame, BleedingDamageMax, BleedingDamageMin, bLocalLog, bLocalLogQuery, bLogDownloadsToClient, bLoggingGame, bLogNewPlayerAliases, bLowGore, bMessageAdminsAliases, bMuteSpectators, bNoCheating, bNoMonsters, bNoWalkInAir, BotMenuType, bOverTime, bPauseable, bProjectorDecals, bRestartLevel, bShowRecoilAnimations, bTeamGame, bUseRealtimeShadow, bVeryLowGore, bWorldLog, CurrentID, DefaultPlayerClass, DefaultPlayerName, DefaultPlayerState, DefaultWeapon, Difficulty, EnteredMessage, FailedPlaceMessage, FailedSpawnMessage, FailedTeamMessage, FemaleGender, GameMenuType, GameName, GameOptionsMenuType, GamePassword, GameReplicationInfo, GameReplicationInfoClass, GameRules, GameSpeed, GameUMenuType, HUDType, ItemGoals, KillGoals, LastLoginPlayerNames, LastPreloginIdent, LastPreloginIdentity, LastPreloginIP, LeftMessage, LocalBatcherParams, LocalBatcherURL, LocalLog, LocalLogFileName, LocalStatsURL, MaleGender, MapListType, MapPrefix, MaxedOutMessage, MaxPlayers, MaxSpectators, MultiplayerUMenuType, MutatorClass, NameChangedMessage, NeedPassword, NumPlayers, NumSpectators, RulesMenuType, ScoreBoardType, SecretGoals, SentText, ServerLogName, SettingsMenuType, SpecialDamageString, StartTime, SwitchLevelMessage, WaterZoneType, WorldBatcherParams, WorldBatcherURL, WorldLog, WorldLogFileName, WorldStatsURL, WrongPassword

Functions Summary
function AddDefaultInventory (pawn PlayerPawn ))
functionNavigationPoint FindPlayerStart (byte Team, optional string incomingName ))
functionbool IsRelevant (actor Other))
function Killed (pawn killer, pawn Other, name damageType))
eventplayerpawn Login (string Portal, string Options, out string Error, class<playerpawn> SpawnClass ))
functionfloat PlaySpawnEffect (inventory Inv))
function PlayTeleportEffect (actor Incoming, bool bOut, bool bSound))
function PostBeginPlay ()))
functionint ReduceDamage (int Damage, name DamageType, pawn injured, pawn instigatedBy))
function SendPlayer (PlayerPawn aPlayer, string URL ))
functionbool ShouldRespawn (Actor Other))
Inherited Functions from UnrealShare.UnrealGameInfo
CreatureKillMessage, KillMessage, PlayerKillMessage, PlaySpawnEffect, PlayTeleportEffect, ReduceDamage, ShouldRespawn
Inherited Functions from Engine.GameInfo
AcceptInventory, AddBot, AddDefaultInventory, AllowsBroadcast, CanSpectate, ChangeName, ChangeTeam, CreatureKillMessage, DetailChange, DiscardInventory, EndGame, FindPlayerStart, GameEnding, GetAccessManager, GetBeaconText, GetIntOption, GetKeyValue, GetNetworkNumber, GetPlayerTravelID, GetReadableFileSize, GetRules, GetServerPort, GrabOption, HasOption, InitGame, InitGameReplicationInfo, IsRelevant, Killed, KillMessage, LoadTravelInventory, LogGameParameters, Login, Logout, MakeColorCode, ModifyTravelList, ParseKillMessage, ParseOption, PickupQuery, PlayerJumpZScaling, PlayerKillMessage, PlaySpawnEffect, PlayTeleportEffect, PostBeginPlay, PostLogin, PreBeginPlay, PreLogin, ProcessServerTravel, ReduceDamage, ResetGame, RestartGame, RestartPlayer, ScoreEvent, ScoreKill, SendPlayer, SetEndCams, SetGameSpeed, SetPause, ShouldRespawn, SpawnTravelActor, StartPlayer, StripColorCodes, Timer, UAllowDownload, UGetConnections, ULogPlayer


Variables Detail

bSpecialFallDamage Source code

var bool bSpecialFallDamage;

CoopGame

bHighFlareAndSeedRespawn Source code

var(CoopGame) config bool bHighFlareAndSeedRespawn;

bInstantItemRespawn Source code

var(CoopGame) config bool bInstantItemRespawn;

bInstantWeaponRespawn Source code

var(CoopGame) config bool bInstantWeaponRespawn;

bNoFriendlyFire Source code

var(CoopGame) config bool bNoFriendlyFire;

FlareAndSeedRespawnTime Source code

var(CoopGame) config float FlareAndSeedRespawnTime;


Functions Detail

AddDefaultInventory Source code

function AddDefaultInventory ( pawn PlayerPawn ) )

FindPlayerStart Source code

function NavigationPoint FindPlayerStart ( byte Team, optional string incomingName ) )

IsRelevant Source code

function bool IsRelevant ( actor Other) )

Killed Source code

function Killed ( pawn killer, pawn Other, name damageType) )

Login Source code

event playerpawn Login ( string Portal, string Options, out string Error, class<playerpawn> SpawnClass ) )

PlaySpawnEffect Source code

function float PlaySpawnEffect ( inventory Inv) )

PlayTeleportEffect Source code

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

PostBeginPlay Source code

function PostBeginPlay ( ) )

ReduceDamage Source code

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

SendPlayer Source code

function SendPlayer ( PlayerPawn aPlayer, string URL ) )

ShouldRespawn Source code

function bool ShouldRespawn ( Actor Other) )


Defaultproperties

defaultproperties
{
				bNoFriendlyFire=True
				FlareAndSeedRespawnTime=10.000000
				ScoreBoardType=Class'UnrealShare.UnrealScoreBoard'
				GameMenuType=Class'UnrealShare.UnrealCoopGameOptions'
				RulesMenuType="UMenu.UMenuCoopGameRulesSClient"
				SettingsMenuType="UMenu.UMenuCoopGameRulesSClient"
				BeaconName="Coop"
				GameName="Coop Game"
				bHumansOnly=True
				bRestartLevel=False
				bPauseable=False
				bClassicDeathmessages=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:08.865 - Created with UnCodeX