Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
GlobalTemplateBlackboard.h File Reference

Project-scope blackboard variable registry. More...

#include <string>
#include <unordered_map>
#include <vector>
#include <memory>
#include "../TaskSystem/TaskGraphTypes.h"
+ Include dependency graph for GlobalTemplateBlackboard.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Olympe::GlobalEntryDefinition
 
class  Olympe::GlobalTemplateBlackboard
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Functions

static std::string Olympe::VariableTypeToString (VariableType t)
 Converts a VariableType to its canonical string representation.
 
static VariableType Olympe::StringToVariableType (const std::string &str)
 
static TaskValue Olympe::GetDefaultValueForType (VariableType type)
 Returns a correctly-typed default TaskValue for the given VariableType.
 

Detailed Description

Project-scope blackboard variable registry.

Author
Olympe Engine
Date
2026-03-26

Definition in file GlobalTemplateBlackboard.h.