![]() |
Plasma Engine
2.0
|
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 = plUInt8 |
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.