#include <C4Config.h>
Public Member Functions | |
| void | CompileFunc (StdCompiler *compiler) |
| void | AddRecentlyEditedScenario (const char *filename) |
Public Attributes | |
| int32_t | AutoFileReload |
| char | TodoFilename [CFG_MaxString+1] |
| char | AltTodoFilename [CFG_MaxString+1] |
| int32_t | MaxScriptMRU |
| int32_t | DebugShapeTextures |
| bool | ShowHelp |
| char | RecentlyEditedSzenarios [CFG_MaxEditorMRU][CFG_MaxString+1] |
Definition at line 81 of file C4Config.h.
| void C4ConfigDeveloper::AddRecentlyEditedScenario | ( | const char * | filename | ) |
Definition at line 97 of file C4Config.cpp.
References CFG_MaxEditorMRU, CFG_MaxString, and RecentlyEditedSzenarios.
Referenced by C4Console::FileNew(), C4Console::FileOpen(), C4Console::FileOpenWPlrs(), and C4Console::FileSaveAs().
| void C4ConfigDeveloper::CompileFunc | ( | StdCompiler * | compiler | ) |
Definition at line 83 of file C4Config.cpp.
References AltTodoFilename, AutoFileReload, CFG_MaxEditorMRU, DebugShapeTextures, FormatString(), MaxScriptMRU, mkNamingAdapt(), RecentlyEditedSzenarios, s, ShowHelp, TodoFilename, and StdCompiler::Value().
| char C4ConfigDeveloper::AltTodoFilename[CFG_MaxString+1] |
Definition at line 86 of file C4Config.h.
Referenced by CompileFunc(), and C4MessageInput::ProcessCommand().
| int32_t C4ConfigDeveloper::AutoFileReload |
Definition at line 84 of file C4Config.h.
Referenced by CompileFunc(), and C4Game::InitGame().
| int32_t C4ConfigDeveloper::DebugShapeTextures |
Definition at line 88 of file C4Config.h.
Referenced by CompileFunc(), and C4TextureShape::Load().
| int32_t C4ConfigDeveloper::MaxScriptMRU |
Definition at line 87 of file C4Config.h.
Referenced by CompileFunc(), and C4Console::RegisterRecentInput().
| char C4ConfigDeveloper::RecentlyEditedSzenarios[CFG_MaxEditorMRU][CFG_MaxString+1] |
Definition at line 90 of file C4Config.h.
Referenced by AddRecentlyEditedScenario(), and CompileFunc().
| bool C4ConfigDeveloper::ShowHelp |
Definition at line 89 of file C4Config.h.
Referenced by CompileFunc().
| char C4ConfigDeveloper::TodoFilename[CFG_MaxString+1] |
Definition at line 85 of file C4Config.h.
Referenced by CompileFunc(), and C4MessageInput::ProcessCommand().