mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
Fixed some documentation on object typeclass.
This commit is contained in:
parent
29961a93f2
commit
4e7bfb95b5
1 changed files with 3 additions and 2 deletions
|
|
@ -96,9 +96,10 @@ class Object(TypeClass):
|
|||
|
||||
* Helper methods (see src.objects.objects.py for full headers)
|
||||
|
||||
search(ostring, global_search=False, global_dbref=False,
|
||||
search(ostring, global_search=False, use_nicks=True,
|
||||
typeclass=None,
|
||||
attribute_name=None, use_nicks=True, location=None,
|
||||
ignore_errors=False, player=False)
|
||||
quiet=False, exact=False)
|
||||
execute_cmd(raw_string)
|
||||
msg(message, **kwargs)
|
||||
msg_contents(message, exclude=None, from_obj=None, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue