mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
Add OnDemandHandler to support on-demand timers easier
This commit is contained in:
parent
9f1d14bae2
commit
42aba18ada
15 changed files with 1121 additions and 52 deletions
10
docs/source/api/evennia.scripts.ondemandhandler.md
Normal file
10
docs/source/api/evennia.scripts.ondemandhandler.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
```{eval-rst}
|
||||
evennia.scripts.ondemandhandler
|
||||
======================================
|
||||
|
||||
.. automodule:: evennia.scripts.ondemandhandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue