Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-12-10 19:03:24 +00:00
parent b726a672d8
commit 6d29f62110
686 changed files with 1165 additions and 155 deletions

View file

@ -1121,8 +1121,8 @@ have no cmdsets.</p>
<dl class="field-list simple">
<dt class="field-odd">Keyword Arguments</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>caller</strong> (<a class="reference internal" href="evennia.contrib.base_systems.ingame_python.callbackhandler.html#evennia.contrib.base_systems.ingame_python.callbackhandler.Callback.obj" title="evennia.contrib.base_systems.ingame_python.callbackhandler.Callback.obj"><em>obj</em></a>) The object requesting the cmdsets.</p></li>
<li><p><strong>current</strong> (<a class="reference internal" href="evennia.accounts.accounts.html#evennia.accounts.accounts.DefaultAccount.cmdset" title="evennia.accounts.accounts.DefaultAccount.cmdset"><em>cmdset</em></a>) The current merged cmdset.</p></li>
<li><p><strong>caller</strong> (<em>Object</em><em>, </em><em>Account</em><em> or </em><a class="reference internal" href="evennia.server.session.html#evennia.server.session.Session" title="evennia.server.session.Session"><em>Session</em></a>) The object requesting the cmdsets.</p></li>
<li><p><strong>current</strong> (<a class="reference internal" href="evennia.commands.cmdset.html#evennia.commands.cmdset.CmdSet" title="evennia.commands.cmdset.CmdSet"><em>CmdSet</em></a>) The current merged cmdset.</p></li>
<li><p><strong>force_init</strong> (<em>bool</em>) If <strong>True</strong>, force a re-build of the cmdset. (seems unused)</p></li>
<li><p><strong>**kwargs</strong> Arbitrary input for overloads.</p></li>
</ul>
@ -2486,8 +2486,12 @@ place to do it. This is called also if the object currently
has no cmdsets.</p>
<dl class="field-list simple">
<dt class="field-odd">Keyword Arguments</dt>
<dd class="field-odd"><p><strong>force_init</strong> (<em>bool</em>) If <strong>True</strong>, force a re-build of the cmdset
(for example to update aliases).</p>
<dd class="field-odd"><ul class="simple">
<li><p><strong>caller</strong> (<em>Object</em><em>, </em><em>Account</em><em> or </em><a class="reference internal" href="evennia.server.session.html#evennia.server.session.Session" title="evennia.server.session.Session"><em>Session</em></a>) The object requesting the cmdsets.</p></li>
<li><p><strong>current</strong> (<a class="reference internal" href="evennia.commands.cmdset.html#evennia.commands.cmdset.CmdSet" title="evennia.commands.cmdset.CmdSet"><em>CmdSet</em></a>) The current merged cmdset.</p></li>
<li><p><strong>force_init</strong> (<em>bool</em>) If <strong>True</strong>, force a re-build of the cmdset
(for example to update aliases).</p></li>
</ul>
</dd>
</dl>
</dd></dl>