mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Minor clarifications in ev.py.
This commit is contained in:
parent
551a91caef
commit
fcc338c027
1 changed files with 3 additions and 0 deletions
3
ev.py
3
ev.py
|
|
@ -193,6 +193,9 @@ class SystemCmds(object):
|
|||
To access in code, do 'from ev import syscmdkeys' then
|
||||
access the properties on the imported syscmdkeys object.
|
||||
|
||||
For example, try objects.all() to get all
|
||||
ObjectDB objects in the database.
|
||||
|
||||
"""
|
||||
from src.commands import cmdhandler
|
||||
CMD_NOINPUT = cmdhandler.CMD_NOINPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue