mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
commit
fd4ff02ddb
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ For the `look`-command (and anything else written by the player), the `text` `co
|
|||
|
||||
### Inputfuncs
|
||||
|
||||
On the Evennia server side, a list of [inputfucs](Inputuncs) are registered. You can add your own by extending `settings.INPUT_FUNC_MODULES`.
|
||||
On the Evennia server side, a list of [inputfuncs](Inputfuncs) are registered. You can add your own by extending `settings.INPUT_FUNC_MODULES`.
|
||||
|
||||
```python
|
||||
inputfunc_commandname(session, *args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue