-
Notifications
You must be signed in to change notification settings - Fork 149
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
CBA Settings frame work #317
Conversation
commy2
commented
Apr 25, 2016
•
edited
Loading
edited
- Adds dynamically created "game options" that can also be set and enforced on dedicated servers without having to move around or edit any files.
98630d7
to
318fbbf
Compare
517dcbc
to
a071eae
Compare
5b018d7
to
c92cfcc
Compare
CBA Settings systemBasics
Server and Mission settings
Import / Export functions and userconfig
Presets system
Supported setting typesCurrently four different setting "types" are supported:
Arguments of
|
Yay for this being merged! Any estimate on when the next CBA will be released? |
@esteldunedain When it will be ready! 😆 |
If I wanted to reference an option in a script without using GVAR, what namespace should I look for? |
@nathan423 Please explain what you are trying to do. |
@commy2 Well, I have a part of a script that is checking for a said variable, the code is
And I would like to directly reference the variable instead of creating another variable and writing to that. For reference, here is my code to create the setting (executed locally on the client)
|
I still don't understand. I don't see |