Timer_Deinstall

Synopsis #

Header: fxcg/system.h
Syscall index: 0x08DA
Function signature: int Timer_Deinstall(int InternalTimerID)

Uninstalls a timer installed at the given slot.\

Parameters #

  • InternalTimerID - slot of the timer to uninstall. The timer should be stopped first.\

Returns #

Returns 0 if the timer was uninstalled, -2 if InternalTimerID wasn’t installed.