14 lines
307 B
Ucode
14 lines
307 B
Ucode
|
/**
|
||
|
* This sequence variable type allows designers to manipulate byte values.
|
||
|
*
|
||
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
||
|
*/
|
||
|
class SeqVar_Byte extends SequenceVariable
|
||
|
deprecated;
|
||
|
|
||
|
DefaultProperties
|
||
|
{
|
||
|
ObjName="Byte"
|
||
|
ObjColor=(R=128,G=64,B=64,A=255) // maroon / rust
|
||
|
}
|