Updated HTML docs

This commit is contained in:
Griatch 2021-06-23 18:58:26 +02:00
parent 86fb09d6bf
commit 86c930be7a
1221 changed files with 76528 additions and 29095 deletions

View file

@ -30,6 +30,7 @@
<li class="nav-item nav-item-0"><a href="../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">evennia.scripts.scripthandler</a></li>
</ul>
<div class="develop">develop branch</div>
</div>
<div class="document">
@ -138,25 +139,6 @@ If no key is given, delete <em>all</em> scripts on the object!</p>
<dd><p>Get all scripts stored in this handler.</p>
</dd></dl>
<dl class="py method">
<dt id="evennia.scripts.scripthandler.ScriptHandler.validate">
<code class="sig-name descname">validate</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">init_mode</span><span class="o">=</span><span class="default_value">False</span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/evennia/scripts/scripthandler.html#ScriptHandler.validate"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#evennia.scripts.scripthandler.ScriptHandler.validate" title="Permalink to this definition"></a></dt>
<dd><p>Runs a validation on this objects scripts only. This should
be called regularly to crank the wheels.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>init_mode</strong> (<em>str</em><em>, </em><em>optional</em>) <ul class="simple">
<li><p>This is used during server</p></li>
</ul>
<p>upstart and can have three values:
- <strong>False</strong> (no init mode). Called during run.
- <strong>“reset”</strong> - server reboot. Kill non-persistent scripts
- <strong>“reload”</strong> - server reload. Keep non-persistent scripts.</p>
</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</section>
@ -204,7 +186,6 @@ be called regularly to crank the wheels.</p>
<li><a href="../../0.9.5/api/evennia.scripts.scripthandler.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>
</div>
<div class="clearer"></div>
@ -221,6 +202,7 @@ be called regularly to crank the wheels.</p>
<li class="nav-item nav-item-0"><a href="../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">evennia.scripts.scripthandler</a></li>
</ul>
<div class="develop">develop branch</div>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Evennia developer community.