![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Atomic task: compare two values and return Success or Failure. More...
#include "Task_Compare.h"#include "../../AtomicTaskRegistry.h"#include "../../../system/system_utils.h"
Include dependency graph for Task_Compare.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
Atomic task: compare two values and return Success or Failure.
Supports Int, Float, and String comparisons. Numeric operators (<, <=, >, >=) are only valid for Int and Float.
C++14 compliant - no C++17/20 features.
Definition in file Task_Compare.cpp.