settings.specs.txt

来自「JK Proxy Project - Version 0.1 --------」· 文本 代码 · 共 20 行

TXT
20
字号
settings.cpp specifications
---------------------------

This a more or less detailled description of what the code in this file
does, how it works and how it should be used.


Overview
--------
This module handles the loading of all settings from the config files.
All loaded information are stored in one big struct -> MAINSETTINGS.
The other modules access the global variable mainset for reading out
settings they need.

LoadSettings() identifies all config file commands and stores the 
settings in 'mainset'.

For detailled information about valid configuration commands read the
documentation.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?