Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2024-08-11 09:24:11 +00:00
parent e434f67305
commit f1bb23ff9c
30 changed files with 104 additions and 79 deletions

View file

@ -1281,8 +1281,9 @@
<span class="sd"> the text message generated by announce_move_to and announce_move_from by defining</span>
<span class="sd"> their {&quot;type&quot;: move_type} for outgoing text. This can be used for altering</span>
<span class="sd"> messages and/or overloaded hook behaviors.</span>
<span class="sd"> **kwargs: Passed on to announce_move_to and announce_move_from hooks. Exits will set</span>
<span class="sd"> the &quot;exit_obj&quot; kwarg to themselves.</span>
<span class="sd"> **kwargs: Passed on to all movement- and announcement hooks. Use in your game to let</span>
<span class="sd"> hooks know about any special condition of the move (such as running or sneaking).</span>
<span class="sd"> Exits will pass an &quot;exit_obj&quot; kwarg.</span>
<span class="sd"> Returns:</span>
<span class="sd"> bool: True/False depending on if there were problems with the move. This method may also</span>