AvatarsConquest/Docs/types/CommandSystem.html

16 lines
1.7 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - CommandSystem</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>CommandSystem</h2>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="AccessLevel.html">AccessLevel</a> BadCommandIgnoreLevel( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
(<font color="blue">static</font>) <font color="blue">Dictionary</font>&lt;<font color="blue">String</font>,<a href="CommandEntry.html">CommandEntry</a>&gt; Entries( <font color="blue">get</font>; )<br>
(<font color="blue">static</font>) <font color="blue">string</font> Prefix( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
(<font color="blue">static</font>) <font color="blue">bool</font> Handle( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <font color="blue">string</font> text )<br>
(<font color="blue">static</font>) <font color="blue">bool</font> Handle( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <font color="blue">string</font> text, <!-- DBG-0 --><a href="MessageType.html">MessageType</a> type )<br>
(<font color="blue">static</font>) <font color="blue">void</font> Register( <font color="blue">string</font> command, <!-- DBG-0 --><a href="AccessLevel.html">AccessLevel</a> access, <!-- DBG-0 --><a href="CommandEventHandler.html">CommandEventHandler</a> handler )<br>
(<font color="blue">static</font>) <font color="blue">string</font>[] Split( <font color="blue">string</font> value )<br>
</body>
</html>