Merge pull request #2122 from trhr/docstrings

added return docstring on create_script
This commit is contained in:
Griatch 2020-05-16 15:45:04 +02:00 committed by GitHub
commit 68d0a09d42
2 changed files with 3 additions and 0 deletions

View file

View file

@ -232,6 +232,9 @@ def create_script(
attributes (list): List if tuples (key, value) or (key, value, category)
(key, value, lockstring) or (key, value, lockstring, default_access).
Returns:
script (obj): An instance of the script created
See evennia.scripts.manager for methods to manipulate existing
scripts in the database.