mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Added create_* and search_* helper methods directly in the API.
This commit is contained in:
parent
4398d42360
commit
b43fb3156a
3 changed files with 20 additions and 12 deletions
|
|
@ -30,7 +30,7 @@ from src.utils import logger, utils, idmapper
|
|||
from src.utils.utils import is_iter, has_parent, inherits_from
|
||||
|
||||
# limit symbol import from API
|
||||
__all__ = ("object", "script", "help_entry", "message", "channel", "player")
|
||||
__all__ = ("create_object", "create_script", "create_help_entry", "create_message", "create_channel", "create_player")
|
||||
|
||||
GA = object.__getattribute__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue