[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_object_comm.c</h2>
This file conatins all the object based creator commands.<p>Written by Ember
<h2>Includes</h2>
This class includes the following files <a href="include.creator.h.shtml">/include/creator.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#affirmative">affirmative</a>(string)<li><a href="#del_obvar">del_obvar</a>(string)<br/>
This method deletes the given object variable,
<li><a href="#get_obvar">get_obvar</a>(string)<br/>
This method returns the object associated witht the object
variable.
<li><a href="#get_obvars">get_obvars</a>()<br/>
This method returns the mapping of all the object variables
currently set on this creator.
<li><a href="#set_obvar">set_obvar</a>(string, object)<br/>
this method sets the given object variable to the given
value.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="affirmative">
affirmative</a><pre>
int affirmative(string s)
</pre>
<ul><a name="del_obvar">
del_obvar</a><pre>
void del_obvar(string key)
</pre></br>
This method deletes the given object variable,
<br/><ul>
<li><b>Parameters:</b>
<br/>key - the object variable to delet.
<li><b>See also:</b>
<br/><a href="#set_obvar">set_obvar()</a>, <a href="#get_obvar">get_obvar()</a> and <a href="#get_obvars">get_obvars()
</a></dl>

<ul><a name="get_obvar">
get_obvar</a><pre>
object get_obvar(string key)
</pre></br>
This method returns the object associated witht the object
variable.
<br/><ul>
<li><b>Parameters:</b>
<br/>key - the object variablename
<li><b>Returns:</b>
<br/>the object associated with the name
<li><b>See also:</b>
<br/><a href="#del_obvar">del_obvar()</a>, <a href="#set_obvar">set_obvar()</a> and <a href="#get_obvars">get_obvars()
</a></dl>

<ul><a name="get_obvars">
get_obvars</a><pre>
mapping get_obvars()
</pre></br>
This method returns the mapping of all the object variables
currently set on this creator.
<br/><ul>
<li><b>Returns:</b>
<br/>all the object variables as a mapping
<li><b>See also:</b>
<br/><a href="#del_obvar">del_obvar()</a>, <a href="#set_obvar">set_obvar()</a> and <a href="#get_obvar">get_obvar()
</a></dl>

<ul><a name="set_obvar">
set_obvar</a><pre>
void set_obvar(string key,
               object value)
</pre></br>
this method sets the given object variable to the given
value.
<br/><ul>
<li><b>Parameters:</b>
<br/>key - the variable name
<br/>value - the object variable name
<li><b>See also:</b>
<br/><a href="#del_obvar">del_obvar()</a>, <a href="#get_obvar">get_obvar()</a> and <a href="#get_obvars">get_obvars()
</a></dl>


[an error occurred while processing this directive]

