mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Clarifying use_dbref docstring
This commit is contained in:
parent
1b5da3e85d
commit
a7de87b42d
1 changed files with 2 additions and 2 deletions
|
|
@ -388,8 +388,8 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
nofound_string (str): optional custom string for not-found error message.
|
||||
multimatch_string (str): optional custom string for multimatch error header.
|
||||
use_dbref (bool or None, optional): if True/False, active/deactivate the use of
|
||||
#dbref as valid global search arguments. If None, check against a permission
|
||||
('Builder' by default).
|
||||
#dbref as valid global search arguments. If None (default), activate this ability
|
||||
only if `self` has the permission 'Builder'.
|
||||
|
||||
Returns:
|
||||
match (Object, None or list): will return an Object/None if `quiet=False`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue