Closed ConjuringCoffee closed 6 months ago
I'll keep this pull request open in case Stefan has additional feedback next week. After that I'll merge it.
I was in contact with Stefan and he doesn't remember why he suggested get_attribute_type
instead of get_type
. That's totally understandable seeing as it was six years ago.
Fixes #6
I've adapted the proposed solution of @stefan-riedelseifert into the new method
GET_TYPE_DESCRIPTION
.I don't really understand why the proposed solution was to call
objectdescr->get_attribute_type
though. Callingget_type
seemed more sensible to me.