evennia.contrib.base_systems.ingame_python.commands¶
Module containing the commands of the in-game Python system.
- class evennia.contrib.base_systems.ingame_python.commands.CmdCallback(**kwargs)[source]¶
Bases:
MuxCommandCommand to edit callbacks.
- key = '@call'¶
- aliases = ['@callback', '@callbacks', '@calls']¶
- locks = 'cmd:perm(developer)'¶
- help_category = 'building'¶
- get_help(caller, cmdset)[source]¶
Return the help message for this command and this caller.
The help text of this specific command will vary depending on user permission.
- Parameters:
caller (Object or Account) – the caller asking for help on the command.
cmdset (CmdSet) – the command set (if you need additional commands).
- Returns:
docstring (str) – the help text to provide the caller for this command.
- lock_storage = 'cmd:perm(developer)'¶
- search_index_entry = {'aliases': '@callback @callbacks @calls', 'category': 'building', 'key': '@call', 'no_prefix': 'call callback callbacks calls', 'tags': '', 'text': '\nCommand to edit callbacks.\n'}¶