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

Atomic task: wait for a specified duration. More...

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

Go to the source code of this file.

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

Atomic task: wait for a specified duration.

Author
Olympe Engine
Date
2026-02-23

Uses ctx.StateTimer (accumulated per-node time managed by TaskSystem) to determine when the wait duration has elapsed.

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

Definition in file Task_Wait.cpp.