You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Making Tech Tree
Describe the solution you'd like
Ability to get category entities similar to get_node("path").get_children()
Something like Pandora.get_category("Path").get_entities()
Describe alternatives you've considered
pasting each available tech into array, I mean custom_class.property_name
Ref image to my setup...
The text was updated successfully, but these errors were encountered:
The issue with paths is that they can update, e.g. once you move items around, paths will just break. That's why I want to introduce the "reference categories by ids" approach, as it is more robust and less prone to errors.
hm... well I was thinking of acase when you are set and know that X path won't move... still that is good way to get it... however now question is will Categories.MY_CATEGORY be always automatically generated ?
Also this should spare me doing this...
I mean adding items by hand, cause I want to load all ids once and store it in Autoload DataLib, it is used for quicker data/id access I store entities under IDs in Dictionary bellow...
Is your feature request related to a problem? Please describe.
Making Tech Tree
Describe the solution you'd like
Ability to get category entities similar to
get_node("path").get_children()
Something like
Pandora.get_category("Path").get_entities()
Describe alternatives you've considered
pasting each available tech into array, I mean
custom_class.property_name
Ref image to my setup...
The text was updated successfully, but these errors were encountered: