Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
BlamImGuiWindow_ConfigEditor Class Reference

An incomplete configuration editor, using raw text. More...

#include <config_editor.hpp>

+ Inheritance diagram for BlamImGuiWindow_ConfigEditor:
+ Collaboration diagram for BlamImGuiWindow_ConfigEditor:

Public Member Functions

void Draw ()
 Draws the window. More...
 

Additional Inherited Members

- Public Attributes inherited from BlamImGuiWindow
bool show = false
 Controls whether or not the group should be shown. May not be used in all groups. More...
 

Detailed Description

An incomplete configuration editor, using raw text.

This was a much earlier feature, but unlike most of the dumb shit that young me shoved into this codebase without regard, this is a feature that actually makes sense. An in-engine config editor. How obvious.

But this one doesn't actually work. It's just a hard-coded buffer of text and has zero bearing on the actual configuration of the engine.

You can actually see some of the weird config options that, as usual with this kind of stuff, doesn't make sense. Try not let your frustration drive you wild like it does to me.

Member Function Documentation

◆ Draw()

void BlamImGuiWindow_ConfigEditor::Draw ( )
inlinevirtual

Draws the window.

Reimplemented from BlamImGuiWindow.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: