Page MenuHomeFeedback Tracker

Add typename::GetBaseType() and typename::GetInheritedTypes(out array<typename> inheritedTypes)
Assigned, NormalPublic

Description

Please extend the typename API so it becomes possible for a framework style mod to find all the classes other modders have created based on your own. e.g.

int GetInheritedTypes(out array<typename> inheritedTypes)

And also expose the base class if there is any of a typename so you can freely navigate the inheritance tree up and down and go sideways by going to parent and then all its inherited types ...

typename GetBaseType()

Thank you!

Details

Severity
Major
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

Arkensor created this task.May 24 2023, 1:04 PM
Arkensor updated the task description. (Show Details)
Geez changed the task status from New to Assigned.May 29 2023, 4:45 PM