-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A way to use components on Protoflux #57
Labels
New Feature
A new addition, whose complexity hasn't been evaluated yet
Comments
DaryeDev
added
the
New Feature
A new addition, whose complexity hasn't been evaluated yet
label
Oct 13, 2023
Arbitrary component access, and modification is a very powerful, but also dangerous level of control to add to the engine. Stronger protections such as #1103 should be considered as a per-requisite for a feature like this. |
This was referenced Apr 20, 2024
Open
This was referenced Nov 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I'm trying to work on getting Components dynamically, but can't because of a lack of protoflux nodes for getting components and interacting with them.
Describe the solution you'd like
I'd like to have nodes available to get Components by Class, name, index/order (like the first component or the last one), and being able to create or modify them.
Describe alternatives you've considered
I've heard there are mods to achieve this behaviour, but I'd like for it to be available on the vanilla version of the game
Additional Context
No response
The text was updated successfully, but these errors were encountered: