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

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 |