Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::ConditionParamSpec Struct Reference

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.
 

Detailed Description

Describes one parameter of a condition (e.g.

the Key or Operator).

Definition at line 29 of file ConditionRegistry.h.

Member Data Documentation

◆ bindingType

ParameterBindingType Olympe::ConditionParamSpec::bindingType

Expected binding type.

Definition at line 31 of file ConditionRegistry.h.

◆ description

std::string Olympe::ConditionParamSpec::description

Short description.

Definition at line 32 of file ConditionRegistry.h.

◆ name

std::string Olympe::ConditionParamSpec::name

Parameter name (e.g. "Key", "Operator")

Definition at line 30 of file ConditionRegistry.h.

Referenced by Olympe::VSGraphVerifier::CheckConditionParams().

◆ required

bool Olympe::ConditionParamSpec::required

Whether the parameter is mandatory.

Definition at line 33 of file ConditionRegistry.h.


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