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

UTGame.UIComp_DrawTeamColoredImage


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
/**
 * Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
 *
 * Automatically apply a team color to an image
 */

class UIComp_DrawTeamColoredImage extends UIComp_DrawImage
	native(UI);

/** Holds the colors to use.  The last color in the array will be used for non-team games as well as team indexes that
    are out of range. */

var(Team) array<LinearColor> TeamColors;

/** For Testing - If we are in the editor, but not in the game, this value will be used */
var(Team) int EditorTeamIndex;

// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)

defaultproperties
{
   TeamColors(0)=(R=3.000000,G=0.000000,B=0.050000,A=1.000000)
   TeamColors(1)=(R=0.500000,G=0.800000,B=10.000000,A=1.000000)
   TeamColors(2)=(R=4.000000,G=2.000000,B=0.500000,A=1.000000)
   Name="Default__UIComp_DrawTeamColoredImage"
   ObjectArchetype=UIComp_DrawImage'Engine.Default__UIComp_DrawImage'
}

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