mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 23:06:31 +01:00
Updated HTML docs.
This commit is contained in:
parent
e434f67305
commit
f1bb23ff9c
30 changed files with 104 additions and 79 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue