-
Notifications
You must be signed in to change notification settings - Fork 188
Mod simple structures #2207
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
Mod simple structures #2207
Conversation
|
With so many contributors it's inevitable that in busy parts of the codebase there will be conflicts. The sooner we move the code to it's final destination the better. It's up to Quantum anyway. |
|
I would like to have an answer to #1630 (comment) before I approve any further modding attempts |
From #1630 (comment) to keep the discussion out of closed PRS: What if we keep the @ notation in the list struct for use from zon files but have a separate autogenerated struct that uses this syntax for use from the code itself? |
|
I'd rather not have so many auto-generated files, and having two version of one thing will inevitably get misused. |
How would we access this nested struct at runtime then? |
|
You can't access any struct at runtime, neither the one with |
Ah, right. |
|
Closing this because of conflicts and above issues |
Fixes #1539