mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Merge pull request #2122 from trhr/docstrings
added return docstring on create_script
This commit is contained in:
commit
68d0a09d42
2 changed files with 3 additions and 0 deletions
0
evennia/commands/_trial_temp/_trial_marker
Executable file
0
evennia/commands/_trial_temp/_trial_marker
Executable 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue