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

UTGame.UTUIDataProvider_Weapon


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
00030
00031
00032
00033
00034
00035
/**
* Provides data for a UT3 weapon.
*
* Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
*/
class UTUIDataProvider_Weapon extends UTUIResourceDataProvider
	PerObjectConfig
	native(UI);

/** The weapon class path */
var config string ClassName;
/** class path to this weapon's preferred ammo class
 * this is primarily used by weapon replacement mutators to get the ammo types to replace from/to
 */
var config string AmmoClassPath;

/** optional flags separated by pipes | that can be parsed by the UI as arbitrary options (for example, to exclude weapons from some menus, etc) */
var config string Flags;

/** Friendly name for the weapon */
var config localized string FriendlyName;

/** Description for the weapon */
var config localized string Description;

/** String reference to the 3rd person mesh for this weapon.  This mesh is used in the UI. */
var config string MeshReference;

defaultproperties
{
   bSearchAllInis=True
   Name="Default__UTUIDataProvider_Weapon"
   ObjectArchetype=UTUIResourceDataProvider'UTGame.Default__UTUIResourceDataProvider'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: tr 31-1-2018 17:18:26.000 - Creation time: sk 18-3-2018 10:01:26.258 - Created with UnCodeX