| Home Page | Recent Changes | Preferences

TournamentPickup

UT :: Actor (UT) >> Inventory (UT) >> Pickup (UT) >> TournamentPickup (Package: Botpack)

This is the base class for UT pickups.

Known subclasses


UT2003 :: Actor >> Pickup >> TournamentPickup (Package: XPickups)

The UT2003 version.

Build 2225

//=============================================================================
// TournamentPickup.
//=============================================================================
class TournamentPickup extends Pickup;  // the class (TournamentPickup) and it's parent (Pickup)

// The special effect that you see when the object respawns.
function RespawnEffect()
{
    spawn(class'PlayerSpawnEffect');
}

defaultproperties
{
    bAmbientGlow=true                      // true or false, is there an ambient glow?
    MessageClass=class'PickupMessagePlus'  // the message class for putting messages on-screen
}

As you can see, TournamentPickup gets the vast majority of it's functionality from it's parent, the Pickup class.

Subclasses


Category Class (UT)

Category Class (UT2003)

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