![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Describes one parameter of a condition (e.g. More...
#include <ConditionRegistry.h>
Public Attributes | |
| std::string | name |
| Parameter name (e.g. "Key", "Operator") | |
| ParameterBindingType | bindingType |
| Expected binding type. | |
| std::string | description |
| Short description. | |
| bool | required |
| Whether the parameter is mandatory. | |
Describes one parameter of a condition (e.g.
the Key or Operator).
Definition at line 29 of file ConditionRegistry.h.
| ParameterBindingType Olympe::ConditionParamSpec::bindingType |
Expected binding type.
Definition at line 31 of file ConditionRegistry.h.
| std::string Olympe::ConditionParamSpec::description |
Short description.
Definition at line 32 of file ConditionRegistry.h.
| std::string Olympe::ConditionParamSpec::name |
Parameter name (e.g. "Key", "Operator")
Definition at line 30 of file ConditionRegistry.h.
Referenced by Olympe::VSGraphVerifier::CheckConditionParams().
| bool Olympe::ConditionParamSpec::required |
Whether the parameter is mandatory.
Definition at line 33 of file ConditionRegistry.h.