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

From Valve Developer Community
Jump to: navigation, search
Note.png Note:  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