Dota 2 Workshop Tools/Scripting/API/Global.ExponentialDecay: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Dota_Lebot push: Updated Page)
Line 4: Line 4:




''' float ExponentialDecay(float '''', float '''', float '''') '''
''' float ExponentialDecay(float ''a'', float ''b'', float ''c'') '''


''Smooth curve decreasing slower as it approaches zero''
''Smooth curve decreasing slower as it approaches zero''

Revision as of 00:06, 9 August 2014

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

float ExponentialDecay(float a, float b, float c)

Smooth curve decreasing slower as it approaches zero


Parameters

Type Name Description
float a No Description Set
float b No Description Set
float c No Description Set

Returns

float - No Description Set