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