3#include <Core/Scripting/ScriptCoroutine.h>
4#include <Core/World/Declarations.h>
5#include <Foundation/Math/CurveFunctions.h>
11 virtual Result Update(
plTime deltaTimeSinceLastUpdate)
override;
Definition ScriptCoroutine_MoveTo.h:8
Base class of coroutines which are implemented in C++ to allow automatic unpacking of the arguments f...
Definition ScriptCoroutine.h:99
A custom enum implementation that allows to define the underlying storage type to control its memory ...
Definition Enum.h:37
A handle to a game object.
Definition Declarations.h:76
Definition ScriptCoroutine.h:51
The time class encapsulates a double value storing the time in seconds.
Definition Time.h:12