103 void Start(uint64_t uIntervalMs);
154 CYITimerPriv *m_pPriv;
int32_t GetTimerID() const
#define YI_DISALLOW_COPY_AND_ASSIGN(TypeName)
Delete the copy constructor and assignment operator (and consequently the move constructor as well) ...
Definition: YiPredef.h:114
The base class for an object accessible from script source code.
Definition: YiScriptableObject.h:28
bool IsSingleShot() const
A low-precision timer driven by the update loop.
Definition: YiTimer.h:29
void SetSingleShot(bool bSingleShot)
Definition: YiSignalHandler.h:174
STATE
Definition: YiTimer.h:35
void SetInterval(uint64_t uIntervalMs)
void SetTimerID(int32_t nTimerID)
uint64_t GetInterval() const
CYISignal< int32_t > TimedOut
Definition: YiTimer.h:151