I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:SpawnPoint (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 >> NavigationPoint >> SpawnPoint
Package: 
UnrealShare
This class in other games:
RTNP, UT, U2XMP

Marks spawn locations for CreatureFactory and ThingFactory with a matching tag name.

Properties[edit]

factory[edit]

Type: ThingFactory

Set by the factory with the same tag as this spawn point.

Default values[edit]

Property Value
bDirectional True
SoundVolume 128
Texture Texture'UnrealShare.S_SpawnP'

Instance functions[edit]

Create[edit]

function bool Create ()

Attempts to create a new object or creature as specified by the factory. Returns true on success.