CreateCountTimer

From Onset Developer Wiki
Revision as of 15:09, 13 November 2019 by 28days (talk | contribs)
CreateCountTimer

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Creates a countdown timer.

Syntax

CreateCountTimer(LuaFunction, Interval, Count [, UserArgs])

Parameters

  • LuaFunction
    The function to execute.
  • Interval
    Interval to execute the function.
  • Count
    __EDIT_ME__
  • UserArgs (optional)
    Arguments to pass to the function.

Return Value

  • Returns the identifier to this timer. Use DestroyTimer to stop it.

Example

__EDIT_ME__

See also

__EDIT_ME__