Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-03-18 11:15:28 +00:00
parent 39c310dee7
commit cfb30bf8fd
56 changed files with 951 additions and 381 deletions

View file

@ -184,7 +184,7 @@ using ingame-python events.</p></li>
defines the context in which we would like to call some arbitrary code. For
instance, one event is defined on exits and will fire every time a character
traverses through this exit. Events are described on a <a class="reference internal" href="../Components/Typeclasses.html"><span class="doc std std-doc">typeclass</span></a>
(<a class="reference internal" href="../Components/Objects.html#exits"><span class="std std-doc">exits</span></a> in our example). All objects inheriting from this
(<a class="reference internal" href="../Components/Exits.html"><span class="doc std std-doc">exits</span></a> in our example). All objects inheriting from this
typeclass will have access to this event.</p></li>
<li><p><strong>Callbacks</strong> can be set on individual objects, on events defined in code.
These <strong>callbacks</strong> can contain arbitrary code and describe a specific