Skip to content
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

Can't set Menu.Name to Lower or Proper Case #183

Open
AliciaWindsor opened this issue Jul 24, 2024 · 2 comments
Open

Can't set Menu.Name to Lower or Proper Case #183

AliciaWindsor opened this issue Jul 24, 2024 · 2 comments
Labels
priority: p5 needs triage Issue or Pull Request has just been created status: acknowledged We are aware of the bug or feature request type: question A simple question

Comments

@AliciaWindsor
Copy link

AliciaWindsor commented Jul 24, 2024

Have tried a few different things to get the Menu Name to stop shouting in all caps.
Can't figure it out. No errors, just stays UPPER! Help please for proper structure and syntax.

menuPedSelection.Name = "The Name";
 menuPedSelection.Name.ToString();
 menuPedSelection.Name = menuPedSelection.Name.ToLower();

//or simply

menuPedSelection.Name = "The Name";
menuPedSelection.Name = menuPedSelection.Name.ToLower();
@justalemon
Copy link
Member

This is intentional, as Rockstar's menus and NativeUI also keep them in upper case.

Any specific reason why you would want them case-sensitive?

@justalemon justalemon added priority: p5 needs triage Issue or Pull Request has just been created status: acknowledged We are aware of the bug or feature request type: question A simple question labels Oct 2, 2024
@AliciaWindsor
Copy link
Author

This is intentional, as Rockstar's menus and NativeUI also keep them in upper case.

Any specific reason why you would want them case-sensitive?

Has nothing to do with case-sensitive, not about scripting, it's about display.
I'd like to see "My Player Menu" rather than "MY PLAYER MENU"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p5 needs triage Issue or Pull Request has just been created status: acknowledged We are aware of the bug or feature request type: question A simple question
Projects
None yet
Development

No branches or pull requests

2 participants