Merge branch 'change_ic_behavior' into develop
This commit is contained in:
commit
81a22b0b5d
4 changed files with 94 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue