Dota 2 Workshop Tools/Scripting/API/CDOTA Buff.StartIntervalThink

From Valve Developer Community
< Dota 2 Workshop Tools‎ | Scripting‎ | API
Revision as of 17:54, 22 June 2015 by RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void StartIntervalThink(float flInterval)

Start this modifier's think function (OnIntervalThink) with the given interval (float). To stop, call with -1.


Example
function CDOTA_Buff:StartIntervalThink( flInterval ) end

Parameters

Type Name Description
float flInterval No Description Set