pawbyte / Game-Pencil-Engine-Editor

Game Pencil Engine a game engine written from the ground up.
https://gamepencil.net/
MIT License
102 stars 20 forks source link

Implement Get Object Family Tree Function #119

Open nhurde opened 2 months ago

nhurde commented 2 months ago

This can be done via the meta data created on project build.

This function should return a family tree object that contains a list/vector of the object's "bloodline", and each level should decrease until the last child is alone.

nhurde commented 2 months ago

Bringing to Summer 2024 as Spring 2024 maybe too crowded.

nhurde commented 2 weeks ago

Will create as a map of <int, vector> within a class and add optional variables and getters/setters as needed. For 1.6X LTS it can remain as a global and family trees updated after game is first initiated.