[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /global/wiz_info_comm.c</h2>
This file contains all the information related creator commands.<p>Written by Ember
<h2>Method index</h2>
<dl><ul>
<li><a href="#do_gauge">do_gauge</a>(string)<br/>
This method returns the number of evaluation cycles the
particular command took to run.
<li><a href="#driver_version">driver_version</a>()<br/>
This method is called slighty after the login time.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="driver_version">
driver_version</a><pre>
int driver_version()
</pre></br>
This method is called slighty after the login time.  It checks
to see if the driver version has changed and pooints to the
change log for more information.



<h2>Protected Functions</h2>
These are functions that only objects inheriting the class can access.<p>
<ul><a name="do_gauge">
do_gauge</a><pre>
int do_gauge(string str)
</pre></br>
This method returns the number of evaluation cycles the
particular command took to run.  It is kind of useful for
figuring out how much time a given command takes
to execute
<br/><ul>
<li><b>Parameters:</b>
<br/>str - the command to execute
<li><b>Returns:</b>
<br/>1 on success, 0 on failure

</dl>


[an error occurred while processing this directive]

