Skip to content

Move ConsoleCommands to separate InterfaceMessage - #63

Open
NicEastvillage wants to merge 1 commit into
mainfrom
cmds
Open

Move ConsoleCommands to separate InterfaceMessage#63
NicEastvillage wants to merge 1 commit into
mainfrom
cmds

Conversation

@NicEastvillage

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread schema/gamestatemanip.fbs
/// DEPRECATED (Send ConsoleCommand directly instead).
/// A list of console commands to execute.
/// See https://wiki.rlbot.org/framework/console-commands/ for a list of known commands.
console_commands: [ConsoleCommand] (required);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flatbuffers has the deprecated field tag, I'm pretty sure this should work:

Suggested change
console_commands: [ConsoleCommand] (required);
console_commands: [ConsoleCommand] (required, deprecated);

@VirxEC VirxEC moved this to In Progress in RLBot v5.0 Release Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants