| Home Page | Recent Changes

TournamentPickup

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

A non-placeable parent class for Pickups.

Source Code

As you can see, TournamentPickup gets the vast majority of it's functionality from it's parent, the Pickup class. This code is commented for learning.

//=============================================================================
// 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
}

Known Subclasses

 TournamentPickup
   +- TournamentHealth
   +- AdrenalinePickup
   +- UDamagePack
   +- ShieldPickup?

Category Class (UT2003)

Category Class (UT2004)

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

FAQs

Help Desk

Mapping Topics

Mapping Lessons

UnrealEd Interface

UnrealScript Topics

UnrealScript Lessons

Making Mods

Class Tree

Modeling Topics

Chongqing Page

Log In