I'm a doctor, not a mechanic

UE1:SinglePlayer (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:12, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U1 Object >> Actor >> Info >> GameInfo >> UnrealGameInfo >> SinglePlayer
Package: 
UnrealShare
This class in other games:
RTNP, UT

UnrealGameInfo.

default game info is normal single player

Properties[edit]

StartMap[edit]

Type: string


Default value: "..\maps\Vortex2.unr"

Default values[edit]

Property Value
bHumansOnly True
GameName "Unreal"

Functions[edit]

Events[edit]

PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: GameInfo.PostBeginPlay


Other instance functions[edit]

DiscardInventory[edit]

function DiscardInventory (Pawn Other)

Overrides: GameInfo.DiscardInventory


Killed[edit]

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

Overrides: GameInfo.Killed


PlayTeleportEffect[edit]

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

Overrides: UnrealGameInfo.PlayTeleportEffect