Cogito, ergo sum

Legacy:UMenuLabelControl

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 18:03, 7 December 2003 by Csimbi (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
class UMenuLabelControl extends UWindowLabelControl;
 
function Created()
{
	Super.Created();
 
	Font = F_Normal;
	TextColor.R = 0;
	TextColor.G = 0;
	TextColor.B = 0;
}
defaultproperties
{
}