Blamite Game Engine - blam!  00272.10.26.20.0001.blamite
The core library for the Blamite Game Engine.
Blam::Config::ConfigOption Struct Reference

Structure to contain data for an option within a Config file. More...

#include <config.h>

Public Attributes

std::string id
 The ID of the configuration setting, as it displays in the config file. More...
 
std::string value
 The raw string value of the option, as it displays in the config file. More...
 

Detailed Description

Structure to contain data for an option within a Config file.

Member Data Documentation

◆ id

std::string Blam::Config::ConfigOption::id

The ID of the configuration setting, as it displays in the config file.

◆ value

std::string Blam::Config::ConfigOption::value

The raw string value of the option, as it displays in the config file.


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