![]() |
ezEngine
Release 25.03
|
Mode that decides what should happen if a new coroutine is created while there is already another coroutine running with the same name on a given instance. More...
#include <ScriptCoroutine.h>
Public Types | |
enum | Enum { StopOther, DontCreateNew, AllowOverlap, Default = StopOther } |
using | StorageType = ezUInt8 |
Mode that decides what should happen if a new coroutine is created while there is already another coroutine running with the same name on a given instance.