ezEngine  Release 25.03
ezScriptCoroutineHandle Struct Reference

A handle to a script coroutine which can be used to determine whether a coroutine is still running even after the underlying coroutine object has already been deleted. More...

#include <ScriptCoroutine.h>

Public Member Functions

 EZ_DECLARE_HANDLE_TYPE (ezScriptCoroutineHandle, ezScriptCoroutineId)
 

Detailed Description

A handle to a script coroutine which can be used to determine whether a coroutine is still running even after the underlying coroutine object has already been deleted.

See also
ezScriptWorldModule::CreateCoroutine, ezScriptWorldModule::IsCoroutineFinished

The documentation for this struct was generated from the following file: