27 lines
5 KiB
HTML
27 lines
5 KiB
HTML
<html>
|
|
<head>
|
|
<title>RunUO Documentation - Class Overview - Fishing</title>
|
|
</head>
|
|
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
|
<h4><a href="../namespaces/Server.Engines.Harvest.html">Back to Server.Engines.Harvest</a></h4>
|
|
<h2>Fishing : <!-- DBG-1 --><a href="HarvestSystem.html">HarvestSystem</a></h2>
|
|
<h4>Nested Types: <!-- DBG-4 --><a href="(Anonymous-Type)--c__DisplayClass1.html">(Anonymous-Type)--c__DisplayClass1</a>, <!-- DBG-4 --><a href="MutateEntry.html">MutateEntry</a></h4>
|
|
(<font color="blue">static</font>) <!-- DBG-0 --><a href="Fishing.html">Fishing</a> System( <font color="blue">get</font>; )<br>
|
|
(<font color="blue">static</font>) <!-- DBG-0 --><a href="Map.html">Map</a> SafeMap( <!-- DBG-0 --><a href="Map.html">Map</a> map )<br>
|
|
(<font color="blue">ctor</font>) Fishing()<br>
|
|
<!-- DBG-0 --><a href="HarvestDefinition.html">HarvestDefinition</a> Definition( <font color="blue">get</font>; )<br>
|
|
<font color="blue">virtual</font> <font color="blue">bool</font> BeginHarvesting( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> tool )<br>
|
|
<font color="blue">virtual</font> <font color="blue">bool</font> CheckHarvest( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> tool )<br>
|
|
<font color="blue">virtual</font> <font color="blue">bool</font> CheckHarvest( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> tool, <!-- DBG-0 --><a href="HarvestDefinition.html">HarvestDefinition</a> def, <font color="blue">object</font> toHarvest )<br>
|
|
<font color="blue">virtual</font> <font color="blue">bool</font> CheckResources( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> tool, <!-- DBG-0 --><a href="HarvestDefinition.html">HarvestDefinition</a> def, <!-- DBG-0 --><a href="Map.html">Map</a> map, <!-- DBG-0 --><a href="Point3D.html">Point3D</a> loc, <font color="blue">bool</font> timed )<br>
|
|
<font color="blue">virtual</font> <!-- DBG-0 --><a href="Item.html">Item</a> Construct( Type type, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from )<br>
|
|
<font color="blue">virtual</font> <font color="blue">object</font> GetLock( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> tool, <!-- DBG-0 --><a href="HarvestDefinition.html">HarvestDefinition</a> def, <font color="blue">object</font> toHarvest )<br>
|
|
<font color="blue">virtual</font> <font color="blue">bool</font> Give( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> m, <!-- DBG-0 --><a href="Item.html">Item</a> item, <font color="blue">bool</font> placeAtFeet )<br>
|
|
<font color="blue">virtual</font> Type MutateType( Type type, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> tool, <!-- DBG-0 --><a href="HarvestDefinition.html">HarvestDefinition</a> def, <!-- DBG-0 --><a href="Map.html">Map</a> map, <!-- DBG-0 --><a href="Point3D.html">Point3D</a> loc, <!-- DBG-0 --><a href="HarvestResource.html">HarvestResource</a> resource )<br>
|
|
<font color="blue">virtual</font> <font color="blue">void</font> OnConcurrentHarvest( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> tool, <!-- DBG-0 --><a href="HarvestDefinition.html">HarvestDefinition</a> def, <font color="blue">object</font> toHarvest )<br>
|
|
<font color="blue">virtual</font> <font color="blue">void</font> OnHarvestFinished( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> tool, <!-- DBG-0 --><a href="HarvestDefinition.html">HarvestDefinition</a> def, <!-- DBG-0 --><a href="HarvestVein.html">HarvestVein</a> vein, <!-- DBG-0 --><a href="HarvestBank.html">HarvestBank</a> bank, <!-- DBG-0 --><a href="HarvestResource.html">HarvestResource</a> resource, <font color="blue">object</font> harvested )<br>
|
|
<font color="blue">virtual</font> <font color="blue">void</font> OnHarvestStarted( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> tool, <!-- DBG-0 --><a href="HarvestDefinition.html">HarvestDefinition</a> def, <font color="blue">object</font> toHarvest )<br>
|
|
<font color="blue">virtual</font> <font color="blue">void</font> SendSuccessTo( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> item, <!-- DBG-0 --><a href="HarvestResource.html">HarvestResource</a> resource )<br>
|
|
<font color="blue">virtual</font> <font color="blue">bool</font> SpecialHarvest( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Item.html">Item</a> tool, <!-- DBG-0 --><a href="HarvestDefinition.html">HarvestDefinition</a> def, <!-- DBG-0 --><a href="Map.html">Map</a> map, <!-- DBG-0 --><a href="Point3D.html">Point3D</a> loc )<br>
|
|
</body>
|
|
</html>
|