diff --git a/CVar-system.md b/CVar-system.md new file mode 100644 index 0000000..9b848e1 --- /dev/null +++ b/CVar-system.md @@ -0,0 +1,15 @@ +The engine provides a CVar (configuration variable) system in , that is used heavily in the engine to configure its various features. + +**TODO: In depth description** + +## CVar naming convention + +CVar names follow the pattern "systemCode_NameInPascalCase". + +The system code is one of: + +| System | Code | Example | +|---------|------|----------| +| runtime | rt | rt_AsssetEnabled | +| renderer | r | r_MaxRenderResources | +| launcher | l | l_WindowTitle |