![]() |
Gorgon Game Engine
|
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< Value > | options |
bool | reference |
Value | type |
bool | variable |
This class holds information about a parameter without resolving constructs.
bool operator== | ( | const ParameterTemplate & | ) | const |
References Gorgon::Utils::ASSERT_FALSE().
bool constant |
Value defaultvalue |
void* defvaldata |
std::string help |
std::string name |
void* optdata |
bool optional |
std::vector<Value> options |
bool reference |
Value type |
bool variable |