mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Updated HTML docs
This commit is contained in:
parent
5e89a10cbf
commit
40b2ba0cee
74 changed files with 627 additions and 363 deletions
|
|
@ -88,7 +88,7 @@ here's how you'd find something only in your inventory:
|
|||
|
||||
You can also turn off the automatic error handling:
|
||||
|
||||
swords = self.search("Sword", quiet=True)
|
||||
swords = self.caller.search("Sword", quiet=True)
|
||||
|
||||
With `quiet=True` the user will not be notified on zero or multi-match errors. Instead you are expected to handle this
|
||||
yourself and what you get back is now a list of zero, one or more matches!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue