![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
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. | |
Project-scope blackboard variable registry.
Definition in file GlobalTemplateBlackboard.h.