docs: State what classes each object inherit from, with links to those classes. #101
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Where?
In each class that inherits from other classes.
Possible solution
I really like the way the roblox documentation does this, it lists the methods the object itself has (like currently done), but beneath that it has dropdowns for "Inherited from <X>"
Others
The current way does work, but having something like this will reduce the need to click back and forth through multiple pages.
I also notice that sometimes the
In addition to the A and B methods, X objects have the following methods:statement is sometimes missing base class methods (currently I am looking atInput, which is missingChangeableObject).Checklist
woops, I hit ctrl+enter by accident, and I guess that just auto-posts the issue. Thanks github.Issue has been updated