31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>RunUO Documentation - Class Overview - PlantHue</title>
|
|
</head>
|
|
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
|
<h4><a href="../namespaces/Server.Engines.Plants.html">Back to Server.Engines.Plants</a></h4>
|
|
<h2>PlantHue (Enum)</h2>
|
|
None = 0x00000000,<br>
|
|
Black = 0x00000010,<br>
|
|
White = 0x00000020,<br>
|
|
Pink = 0x00000040,<br>
|
|
Magenta = 0x00000080,<br>
|
|
Aqua = 0x00000100,<br>
|
|
FireRed = 0x00000200,<br>
|
|
Crossable = 0x04000000,<br>
|
|
Plain = 0x04000001,<br>
|
|
Red = 0x04000002,<br>
|
|
Blue = 0x04000004,<br>
|
|
Purple = 0x04000006,<br>
|
|
Yellow = 0x04000008,<br>
|
|
Orange = 0x0400000A,<br>
|
|
Green = 0x0400000C,<br>
|
|
Bright = 0x08000000,<br>
|
|
BrightRed = 0x0C000002,<br>
|
|
BrightBlue = 0x0C000004,<br>
|
|
BrightPurple = 0x0C000006,<br>
|
|
BrightYellow = 0x0C000008,<br>
|
|
BrightOrange = 0x0C00000A,<br>
|
|
BrightGreen = 0x0C00000C<br>
|
|
</body>
|
|
</html>
|