WoW:Console: Difference between revisions
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
This is left empty in most cases. It describes how to use the command, and is shown by the [[WoW:help (Console command)|help command]]. | This is left empty in most cases. It describes how to use the command, and is shown by the [[WoW:help (Console command)|help command]]. | ||
=== Categories === | === Categories === | ||
Every [[#Commands| | Every [[#Commands|command]] or [[WoW:CVar|CVar]] belongs to a category number. | ||
== WTF Files == | == WTF Files == | ||
| Line 41: | Line 39: | ||
Configurations are persisted across game sessions using .WTF (Warcraft Text File?) files. | Configurations are persisted across game sessions using .WTF (Warcraft Text File?) files. | ||
Each WTF is a text file, containing only [[#Commands| | Each WTF is a text file, containing only [[#Commands|commands]] separated by a <code>\r\n</code>, or CRLF sequence. | ||
Differently named WTFs may interpret specific commands only (such as Config.WTF, which rejects every line that does not begin with the [[WoW:set (Console command)|set command]]). | Differently named WTFs may interpret specific commands only (such as Config.WTF, which rejects every line that does not begin with the [[WoW:set (Console command)|set command]]). | ||