[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/more_string.c</h2>
This file will handle the real moreing of a string to the player.  The
player object will call out to this, so the all the code and the
variables are not stored in the player object.<p><b>See also:</b><br>/global/more_file.c
<p>Written by Pinkfish
<h2>Class Index</h2>
<ul><li><a href="#class_more_string_info">more_string_info</a>
<br/>
Information on the string being mored.
</ul><h2>Method index</h2>
<dl><ul>
<li><a href="#more_string">more_string</a>(string, string, int)<br/>
Puts a long string through a more function.
<li><a href="#set_finish_func">set_finish_func</a>(string, object)<br/>
Sets the finish function.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="more_string">
more_string</a><pre>
varargs int more_string(string text,
                        string bity,
                        int noreline)
</pre></br>
Puts a long string through a more function.
<br/><ul>
<li><b>Parameters:</b>
<br/>text - the text to place through the pager
<br/>bity - the title of the text
<br/>noreline - do not do realignment of the text
<li><b>See also:</b>
<br/><a href="global.more_file.c.c.shtml#more_file">/global/more_file.c->more_file()</a> and <a href="#set_finish_func">set_finish_func()
</a></dl>

<ul><a name="set_finish_func">
set_finish_func</a><pre>
varargs void set_finish_func(string str,
                             object ob)
</pre></br>
Sets the finish function.  This is called when the more_string
command exits.  If the ob is set to 0 then previous_object() is used
for it.  The str can be a function pointer as well.
<br/><ul>
<li><b>Parameters:</b>
<br/>str - the function name or function pointer to use
<br/>ob - the object to call it on (ignore for function pointers)
<li><b>See also:</b>
<br/><a href="#more_string">more_string()
</a></dl>


<h2>Classes</h2>
These are nice data types for dealing with...  Data!<p>
<ul>
<li><a name="class_more_string_info">
more_string_info</a><pre>
class more_string_info {
                         int fsize;
                         int topl;
                         int botl;
                         string last_search;
                         string * the_bit;
                         string finish_func;
                         string more_bit;
                         string stat_line;
                         object finish_ob;
}

</pre><br/>
Information on the string being mored.<p>

</ul>
[an error occurred while processing this directive]

