Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.CrosshairPack


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
//==============================================================================
//	Meta class for custom crosshair texture packs
//  In order for your custom crosshair texture packages to appear in the game, you must
//  export the crosshairs to cache files, using the 'exportcache' commandlet.
//
//  For details on using the 'exportcache' commandlet, see Engine.Mutator or type
//  'ucc help exportcache' at the command prompt.
//
//	Created by Ron Prestenback
//	© 2003, Epic Games, Inc.  All Rights Reserved
//==============================================================================
class CrosshairPack extends Object
    native
    abstract
    notplaceable
    CacheExempt;

struct native CrosshairItem
{
    var() localized string  FriendlyName;       // Name of crosshair, as it will appear in drop-down list
    var() texture   CrosshairTexture;
};

var()   const protected cache array<CrosshairItem>  Crosshair;

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mon 23/10/2006 20:25:16.000 - Creation time: Wed 7/2/2007 19:16:36.031 - Created with UnCodeX