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

@ -1024,8 +1024,9 @@ as can be done.</p></li>
the text message generated by announce_move_to and announce_move_from by defining
their {“type”: move_type} for outgoing text. This can be used for altering
messages and/or overloaded hook behaviors.</p></li>
<li><p><strong>**kwargs</strong> Passed on to announce_move_to and announce_move_from hooks. Exits will set
the “exit_obj” kwarg to themselves.</p></li>
<li><p><strong>**kwargs</strong> Passed on to all movement- and announcement hooks. Use in your game to let
hooks know about any special condition of the move (such as running or sneaking).
Exits will pass an “exit_obj” kwarg.</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>