[Package Index | Mudlib Index | Effect Index]
File /global/wiz_info_comm.c
This file contains all the information related creator commands.Written by Ember
Method index
- do_gauge(string)
This method returns the number of evaluation cycles the
particular command took to run.
- driver_version()
This method is called slighty after the login time.
Public Functions
These are functions that everyone can access.
.
int driver_version()
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.
Protected Functions
These are functions that only objects inheriting the class can access.
int do_gauge(string str)
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
- Parameters:
str - the command to execute
- Returns:
1 on success, 0 on failure