#W# Initial Commit: Avatars Conquest
This commit is contained in:
commit
8eae46895e
7512 changed files with 416187 additions and 0 deletions
20
Docs/types/CommandEventArgs.html
Normal file
20
Docs/types/CommandEventArgs.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>RunUO Documentation - Class Overview - CommandEventArgs</title>
|
||||
</head>
|
||||
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
||||
<h4><a href="../namespaces/Server.Commands.html">Back to Server.Commands</a></h4>
|
||||
<h2>CommandEventArgs : EventArgs</h2>
|
||||
(<font color="blue">ctor</font>) CommandEventArgs( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> mobile, <font color="blue">string</font> command, <font color="blue">string</font> argString, <font color="blue">string</font>[] arguments )<br>
|
||||
<font color="blue">string</font> ArgString( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">string</font>[] Arguments( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">string</font> Command( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">int</font> Length( <font color="blue">get</font>; )<br>
|
||||
<!-- DBG-0 --><a href="Mobile.html">Mobile</a> Mobile( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">bool</font> GetBoolean( <font color="blue">int</font> index )<br>
|
||||
<font color="blue">double</font> GetDouble( <font color="blue">int</font> index )<br>
|
||||
<font color="blue">int</font> GetInt32( <font color="blue">int</font> index )<br>
|
||||
<font color="blue">string</font> GetString( <font color="blue">int</font> index )<br>
|
||||
TimeSpan GetTimeSpan( <font color="blue">int</font> index )<br>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue