14 lines
272 B
Ucode
14 lines
272 B
Ucode
/**
|
|
* Sequence variable for holding a name value.
|
|
*
|
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
|
*/
|
|
class SeqVar_Name extends SequenceVariable
|
|
deprecated;
|
|
|
|
defaultproperties
|
|
{
|
|
ObjName="Name"
|
|
ObjColor=(R=128,G=255,B=255,A=255) // aqua
|
|
}
|