Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:CreatureFactory (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> Actor >> Keypoint >> ThingFactory >> CreatureFactory

Contents

Package: 
UnrealShare
This class in other games:
RTNP, UT

CreatureFactory.

[edit] Properties

[edit] Property group 'CreatureFactory'

[edit] AddedCoopCapacity

Type: int

Extra creatures for coop mode

[edit] AlarmTag

Type: name

alarmtag given to creatures from this factory

[edit] Orders

Type: name

creatures from this factory will have these orders

Default value: 'Attacking'

[edit] OrderTag

Type: name


[edit] Internal variables

[edit] enemy

Type: Pawn


[edit] Default values

Property Value
bCovert True
capacity 1

[edit] Events

[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: ThingFactory.PostBeginPlay


[edit] PreBeginPlay

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


[edit] States

[edit] Waiting

Inherits from: ThingFactory.Waiting

Modifiers: auto

[edit] Waiting.Touch

event Touch (Actor Other)

Overrides: ThingFactory.Waiting.Touch