| Home Page | Recent Changes | Preferences

MultiItem

UT :: Actor (UT) >> Inventory (UT) >> MultiItem (Package: ChaosUT)

A special actor used in Chaos UT maps which cycles through a list of up to four actor classes and spawns them.

See MultiPickupBase for a UT2003 version of this class.

(Information below is based on Chaos UT Beta 4.)

Properties

MultiItem group

class<Actor> Item1, Item2, Item3, Item4
The classes which should be spawned.
float Duration1, Duration2, Duration3, Duration4
The time each item stays on the map before the next one is spawned.
vector LocationOffset1, LocationOffset2, LocationOffset3, LocationOffset4
An offset value for the spawned actor's location.
int NumItems
The actual number of item slots used.
int StartOffset
Aditional time for the first item ever spawned.

Script-only

bool bWeaponsStay
bool bStarted
Actor CurItem
vector SpawnLoc
Sound EffectSound

Similar Classes


Category Class (UT)
Category Custom Class

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Image Uploads

Random Page

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

Mapping Topics

Mapping Lessons

UnrealEd Interface

Questions&Answers

Scripting Topics

Scripting Lessons

Making Mods

Class Tree

Questions&Answers

Modeling Topics

Questions&Answers

Log In