Crate cvars_console

Source
Expand description

§Cvars-console

Engine-independant parts of in-game consoles.

Currently parsing and executing commands, help, history. Eventually cvarlist, search, tab completion, …

Internal crate.

If you’re writing a game, you don’t need to use this crate directly. Instead, use one of the frontends depending on your game engine:

You only need to depend on cvars-console if you’re writing a new console frontend.

Also see the main cvars crate.

§License

AGPL-v3 or newer

Structs§

Console
Engine-independant parts of the in-game console.
HistoryLine
A line in the console’s history view.