We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lunar Plugin supports aliasing new names for commands and commands chains. Usage: alias
> alias list_vectors "cvarlist c_vector" > list_vectors c_vector2 "0 0" c_vector3 "0 0 0" c_vector4 "0 0 0 0"
> aliaslist list_vectors cvarlist c_vector
> unalias list_vectors