Synopsis #
Header: fxcg/system.h
Syscall index: 0x08DC
Function signature: int Timer_Stop(int InternalTimerID)
Stops a timer installed at the given slot.
Parameters #
- InternalTimerID - slot of the timer to stop.
Returns #
Returns 0 if the timer was uninstalled, -2 if InternalTimerID wasn’t installed.