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

UE1:SpawnPoint (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
RTNP Object >> Actor >> NavigationPoint >> SpawnPoint

Contents

Package: 
UnrealShare
This class in other games:
U1, U2XMP, UT

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

[edit] Properties

[edit] factory

Type: ThingFactory

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

[edit] Default values

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

[edit] Instance functions

[edit] Create

function bool Create ()

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