Nebula
Loading...
Searching...
No Matches
Core::CVarCreateInfo Struct Reference

#include <cvar.h>

Detailed Description

Used to create a Core::CVar.

Public Attributes

const char * name = nullptr
 
const char * defaultValue = nullptr
 
CVarType type = CVar_Int
 
const char * description = nullptr
 

Member Data Documentation

◆ defaultValue

const char* Core::CVarCreateInfo::defaultValue = nullptr

◆ description

const char* Core::CVarCreateInfo::description = nullptr

◆ name

const char* Core::CVarCreateInfo::name = nullptr

◆ type

CVarType Core::CVarCreateInfo::type = CVar_Int

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