[Package Index | Mudlib Index | Effect Index]
File /global/wiz_object_comm.c
This file conatins all the object based creator commands.Written by Ember
Includes
This class includes the following files /include/creator.hMethod index
- affirmative(string)
- del_obvar(string)
This method deletes the given object variable,
- get_obvar(string)
This method returns the object associated witht the object
variable.
- get_obvars()
This method returns the mapping of all the object variables
currently set on this creator.
- set_obvar(string, object)
this method sets the given object variable to the given
value.
Public Functions
These are functions that everyone can access.
.
int affirmative(string s)
void del_obvar(string key)
This method deletes the given object variable,
object get_obvar(string key)
This method returns the object associated witht the object
variable.
- Parameters:
key - the object variablename
- Returns:
the object associated with the name
- See also:
del_obvar(), set_obvar() and get_obvars()
mapping get_obvars()
This method returns the mapping of all the object variables
currently set on this creator.