#W# Initial Commit: Avatars Conquest
This commit is contained in:
commit
8eae46895e
7512 changed files with 416187 additions and 0 deletions
19
Docs/types/PartyCommands.html
Normal file
19
Docs/types/PartyCommands.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>RunUO Documentation - Class Overview - PartyCommands</title>
|
||||
</head>
|
||||
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
||||
<h4><a href="../namespaces/Server.html">Back to Server</a></h4>
|
||||
<h2>PartyCommands</h2>
|
||||
<h4>Derived Types: <!-- DBG-3 --><a href="PartyCommandHandlers.html">PartyCommandHandlers</a></h4>
|
||||
(<font color="blue">static</font>) <!-- DBG-0 --><a href="PartyCommands.html">PartyCommands</a> Handler( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
|
||||
(<font color="blue">ctor</font>) PartyCommands()<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> OnAccept( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> leader )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> OnAdd( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> OnDecline( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> leader )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> OnPrivateMessage( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> target, <font color="blue">string</font> text )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> OnPublicMessage( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <font color="blue">string</font> text )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> OnRemove( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Mobile.html">Mobile</a> target )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> OnSetCanLoot( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <font color="blue">bool</font> canLoot )<br>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue