Update CHANGELOG and autodocs with recent changes

This commit is contained in:
Griatch 2023-11-23 19:08:46 +01:00
parent 6787f9e5f0
commit 84e8ca129f
11 changed files with 97 additions and 24 deletions

View file

@ -3033,8 +3033,8 @@ class DefaultExit(DefaultObject):
location (Room): The room to create this exit in.
Keyword Args:
account (obj): Account to associate this Exit with.
caller (ObjectDB): the Object creating this Object.
account (AccountDB): Account to associate this Exit with.
caller (ObjectDB): The Object creating this Object.
description (str): Brief description for this object.
ip (str): IP address of creator (for object auditing).
destination (Room): The room to which this exit should go.