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

Metadata for a single blackboard variable entry. More...

#include <BBVariableRegistry.h>

Public Attributes

std::string name
 Variable key (e.g. "health", "target")
 
VariableType type
 Declared type.
 
bool isGlobal
 true = global scope, false = local scope
 
std::string displayLabel
 Formatted label, e.g. "health (Float, local)".
 

Detailed Description

Metadata for a single blackboard variable entry.

Definition at line 31 of file BBVariableRegistry.h.

Member Data Documentation

◆ displayLabel

std::string Olympe::VarSpec::displayLabel

Formatted label, e.g. "health (Float, local)".

Definition at line 35 of file BBVariableRegistry.h.

◆ isGlobal

bool Olympe::VarSpec::isGlobal

true = global scope, false = local scope

Definition at line 34 of file BBVariableRegistry.h.

◆ name

std::string Olympe::VarSpec::name

◆ type

VariableType Olympe::VarSpec::type

Declared type.

Definition at line 33 of file BBVariableRegistry.h.


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