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

Runtime context supplying Blackboard variables and dynamic pin values. More...

#include <map>
#include <string>
+ Include dependency graph for RuntimeEnvironment.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::RuntimeEnvironment
 Provides Blackboard variable values and dynamic pin values at runtime. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

Runtime context supplying Blackboard variables and dynamic pin values.

Author
Olympe Engine
Date
2026-03-17

RuntimeEnvironment encapsulates the two sources of float data that ConditionEvaluator needs when it resolves Operands at runtime:

Const-mode operands carry their value directly in the Operand struct and therefore do not consult the RuntimeEnvironment at all.

C++14 compliant — no std::optional, structured bindings, std::filesystem.

Definition in file RuntimeEnvironment.h.