The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:CoopGame (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Actor >> Info >> GameInfo >> UnrealGameInfo >> CoopGame |
Contents |
- Package:
- UnrealShare
- Direct subclass:
- UPakCoopGame
- This class in other games:
- U1, UT
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
CoopGame.
[edit] Properties
[edit] Property group 'CoopGame'
[edit] bNoFriendlyFire
Type: bool
Modifiers: config
Default value: True
[edit] Internal variables
[edit] bSpecialFallDamage
Type: bool
[edit] Default values
| Property | Value |
|---|---|
| bCoopWeaponMode | True |
| BeaconName | "Coop" |
| bHumansOnly | True |
| bPauseable | False |
| bRestartLevel | False |
| GameMenuType | Class'UnrealShare.UnrealCoopGameOptions' |
| GameName | "Coop Game" |
| RulesMenuType | "UMenu.UMenuCoopGameRulesSClient" |
| ScoreBoardType | Class'UnrealShare.UnrealScoreBoard' |
| SettingsMenuType | "UMenu.UMenuCoopGameRulesSClient" |
[edit] Functions
[edit] Events
[edit] Login
event PlayerPawn Login (string Portal, string Options, out string Error, class<PlayerPawn> SpawnClass)
Overrides: GameInfo.Login
[edit] PostBeginPlay
event PostBeginPlay ()
Overrides: GameInfo.PostBeginPlay
[edit] Other instance functions
[edit] AddDefaultInventory
function AddDefaultInventory (Pawn PlayerPawn)
Overrides: GameInfo.AddDefaultInventory
[edit] FindPlayerStart
Overrides: GameInfo.FindPlayerStart
[edit] IsRelevant
Overrides: GameInfo.IsRelevant
[edit] Killed
Overrides: GameInfo.Killed
[edit] PlaySpawnEffect
Overrides: UnrealGameInfo.PlaySpawnEffect
[edit] PlayTeleportEffect
Overrides: UnrealGameInfo.PlayTeleportEffect
[edit] ReduceDamage
Overrides: UnrealGameInfo.ReduceDamage
[edit] SendPlayer
function SendPlayer (PlayerPawn aPlayer, string URL)
Overrides: GameInfo.SendPlayer
[edit] ShouldRespawn
Overrides: UnrealGameInfo.ShouldRespawn
