#W# Initial Commit: Avatars Conquest

This commit is contained in:
WarrentyExpired 2026-07-04 10:35:30 -04:00
commit 5df497787a
7510 changed files with 416048 additions and 0 deletions

View file

@ -0,0 +1,28 @@
<html>
<head>
<title>RunUO Documentation - Class Overview - PlantTypeInfo</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>PlantTypeInfo</h2>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="PlantType.html">PlantType</a> Cross( <!-- DBG-0 --><a href="PlantType.html">PlantType</a> first, <!-- DBG-0 --><a href="PlantType.html">PlantType</a> second )<br>
(<font color="blue">static</font>) <font color="blue">int</font> GetBonsaiTitle( <!-- DBG-0 --><a href="PlantType.html">PlantType</a> plantType )<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="PlantTypeInfo.html">PlantTypeInfo</a> GetInfo( <!-- DBG-0 --><a href="PlantType.html">PlantType</a> plantType )<br>
(<font color="blue">static</font>) <font color="blue">bool</font> IsCrossable( <!-- DBG-0 --><a href="PlantType.html">PlantType</a> plantType )<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="PlantType.html">PlantType</a> RandomBonsai( <font color="blue">double</font> increaseRatio )<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="PlantType.html">PlantType</a> RandomFirstGeneration()<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="PlantType.html">PlantType</a> RandomPeculiarGroupFour()<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="PlantType.html">PlantType</a> RandomPeculiarGroupOne()<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="PlantType.html">PlantType</a> RandomPeculiarGroupThree()<br>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="PlantType.html">PlantType</a> RandomPeculiarGroupTwo()<br>
(<font color="blue">ctor</font>) PlantTypeInfo( <font color="blue">int</font> itemID, <font color="blue">int</font> offsetX, <font color="blue">int</font> offsetY, <!-- DBG-0 --><a href="PlantType.html">PlantType</a> plantType, <font color="blue">bool</font> containsPlant, <font color="blue">bool</font> flowery, <font color="blue">bool</font> crossable )<br>
<font color="blue">bool</font> ContainsPlant( <font color="blue">get</font>; )<br>
<font color="blue">bool</font> Crossable( <font color="blue">get</font>; )<br>
<font color="blue">bool</font> Flowery( <font color="blue">get</font>; )<br>
<font color="blue">int</font> ItemID( <font color="blue">get</font>; )<br>
<font color="blue">int</font> Name( <font color="blue">get</font>; )<br>
<font color="blue">int</font> OffsetX( <font color="blue">get</font>; )<br>
<font color="blue">int</font> OffsetY( <font color="blue">get</font>; )<br>
<!-- DBG-0 --><a href="PlantType.html">PlantType</a> PlantType( <font color="blue">get</font>; )<br>
</body>
</html>