Updated HTML docs

This commit is contained in:
Evennia docbuilder action 2022-08-28 12:07:13 +00:00
parent 3e1506b2c2
commit ec6c28db95
58 changed files with 743 additions and 318 deletions

View file

@ -1105,7 +1105,7 @@ now in.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>source_location</strong> (<em>Object</em>) Wwhere we came from. This may be <strong>None</strong>.</p></li>
<li><p><strong>source_location</strong> (<em>Object</em>) Where we came from. This may be <strong>None</strong>.</p></li>
<li><p><strong>move_type</strong> (<em>str</em>) The type of move. “give”, “traverse”, etc.
This is an arbitrary string provided to obj.move_to().
Useful for altering messages or altering logic depending
@ -1126,7 +1126,7 @@ now in.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>source_location</strong> (<em>Object</em>) Wwhere we came from. This may be <strong>None</strong>.</p></li>
<li><p><strong>source_location</strong> (<em>Object</em>) Where we came from. This may be <strong>None</strong>.</p></li>
<li><p><strong>move_type</strong> (<em>str</em>) The type of move. “give”, “traverse”, etc.
This is an arbitrary string provided to obj.move_to().
Useful for altering messages or altering logic depending