Always snap to grid

UE1:UPakGame (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Actor >> Info >> GameInfo >> UnrealGameInfo >> DeathMatchGame >> UPakGame
Package: 
UPak
Direct subclass:
CloakGame

UPakGame.uc $Author: Deb $ $Date: 4/23/99 12:14p $ $Revision: 1 $

Default values[edit]

Property Value
DefaultPlayerClass Class'UPak.UPakMaleOne'
DefaultWeapon Class'UPak.CARifle'
HUDType Class'UPak.UPakHUD'
ScoreBoardType Class'UPak.UPakDMScoreBoard'

Functions[edit]

Events[edit]

Login[edit]

event PlayerPawn Login (string Portal, string Options, out string Error, class<PlayerPawnSpawnClass)

Overrides: DeathMatchGame.Login


PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: DeathMatchGame.PostBeginPlay


Other instance functions[edit]

AddBot[edit]

function bool AddBot ()

Overrides: DeathMatchGame.AddBot


Killed[edit]

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

Overrides: DeathMatchGame.Killed


UPakGameSetup[edit]

function UPakGameSetup ()