Gorgon Game Engine
ParameterTemplate Struct Reference

This class holds information about a parameter without resolving constructs. More...

Public Member Functions

bool operator== (const ParameterTemplate &) const
 

Public Attributes

bool constant
 
Value defaultvalue
 
void * defvaldata
 
std::string help
 
std::string name
 
void * optdata
 
bool optional
 
std::vector< Valueoptions
 
bool reference
 
Value type
 
bool variable
 

Detailed Description

This class holds information about a parameter without resolving constructs.

Member Function Documentation

◆ operator==()

bool operator== ( const ParameterTemplate ) const

Member Data Documentation

◆ constant

bool constant

◆ defaultvalue

Value defaultvalue

◆ defvaldata

void* defvaldata

◆ help

std::string help

◆ name

std::string name

◆ optdata

void* optdata

◆ optional

bool optional

◆ options

std::vector<Value> options

◆ reference

bool reference

◆ type

Value type

◆ variable

bool variable

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