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

Metadata for a parameter of an atomic task. More...

#include <AtomicTaskUIRegistry.h>

Public Attributes

std::string name
 Parameter name (e.g., "message", "speed")
 
std::string type
 Parameter type (String, Float, Int, Bool, etc.)
 
std::string defaultValue
 Default value.
 
std::string description
 Tooltip/description for the parameter.
 

Detailed Description

Metadata for a parameter of an atomic task.

Definition at line 31 of file AtomicTaskUIRegistry.h.

Member Data Documentation

◆ defaultValue

std::string Olympe::TaskParameter::defaultValue

Default value.

Definition at line 34 of file AtomicTaskUIRegistry.h.

◆ description

std::string Olympe::TaskParameter::description

Tooltip/description for the parameter.

Definition at line 35 of file AtomicTaskUIRegistry.h.

◆ name

std::string Olympe::TaskParameter::name

Parameter name (e.g., "message", "speed")

Definition at line 32 of file AtomicTaskUIRegistry.h.

◆ type

std::string Olympe::TaskParameter::type

Parameter type (String, Float, Int, Bool, etc.)

Definition at line 33 of file AtomicTaskUIRegistry.h.


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