Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Namespaces | Variables
Task_ChangeState.cpp File Reference

Atomic AI task: change the entity's current state in the LocalBlackboard. More...

#include "Task_ChangeState.h"
#include "../../AtomicTaskRegistry.h"
#include "../../LocalBlackboard.h"
#include "../../../system/system_utils.h"
+ Include dependency graph for Task_ChangeState.cpp:

Go to the source code of this file.

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Variables

static const charOlympe::BB_KEY_CURRENT_STATE = "local:current_state"
 

Detailed Description

Atomic AI task: change the entity's current state in the LocalBlackboard.

Author
Olympe Engine
Date
2026-03-08

C++14 compliant - no C++17/20 features.

Definition in file Task_ChangeState.cpp.