| Home Page | Recent Changes

TheHealer/TUTHealerAmmoSource

TUTHealerAmmo - The Healer Part 3 of 9 - Source Code

//------------------------------------------------------------------------------
// class name : TUTHealerAmmo
// class type : Ammunition
// description: The Healer's ammunition properties
// author     : HSDanClark
//------------------------------------------------------------------------------
// TODO       :
//
//------------------------------------------------------------------------------
class TUTHealerAmmo extends Ammunition;

#EXEC OBJ LOAD FILE=InterfaceContent.utx

defaultproperties
{
    ItemName="Tutorial Healer Ammo"                     
    IconMaterial=Material'InterfaceContent.Hud.SkinA'
    IconCoords=(X1=545,Y1=150,X2=644,Y2=224)

    PickupClass=class'TUTHealerAmmoPickup'  // This links the ammo to the pickup
                                            // that you need to place in the game.

    MaxAmmo=120                             // The maximum Healer ammo you can carry

    InitialAmount=40                        // The amount of ammo you get when you 
                                            // first pick up the Healer
}

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