Re-add bool return name, it is required by API generator.

This commit is contained in:
Griatch 2017-03-25 11:40:55 +01:00
parent 99a24a9647
commit 6266401c2d

View file

@ -1135,7 +1135,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
destination (Object): The object we are moving to
Returns:
(bool): If we should move or not.
shouldmove (bool): If we should move or not.
Notes:
If this method returns False/None, the move is cancelled