Merge branch 'change_ic_behavior' into develop

This commit is contained in:
Griatch 2020-07-20 22:17:05 +02:00
commit 81a22b0b5d
4 changed files with 94 additions and 36 deletions

View file

@ -393,8 +393,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
- `me,self`: self-reference to this object
- `<num>-<string>` - can be used to differentiate
between multiple same-named matches
global_search (bool): Search all objects globally. This is overruled
by `location` keyword.
global_search (bool): Search all objects globally. This overrules 'location' data.
use_nicks (bool): Use nickname-replace (nicktype "object") on `searchdata`.
typeclass (str or Typeclass, or list of either): Limit search only
to `Objects` with this typeclass. May be a list of typeclasses