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


Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:28:40.000 - Creation time: Do 14.8.2014 09:58:36.401 - Created with UnCodeX