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 6: Line 6:




''' float ExponentialDecay(float ''a'', float ''b'', float ''c'') '''
''' float ExponentialDecay(float ''float_1'', float ''float_2'', float ''float_3'') '''


''Smooth curve decreasing slower as it approaches zero''
''Smooth curve decreasing slower as it approaches zero''
Line 19: Line 19:
|-
|-
| float
| float
| a
| float_1
| No Description Set
| No Description Set
|-
|-
| float
| float
| b
| float_2
| No Description Set
| No Description Set
|-
|-
| float
| float
| c
| float_3
| No Description Set
| No Description Set
|}
|}

Revision as of 04:29, 19 June 2015

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

Function Description

float ExponentialDecay(float float_1, float float_2, float float_3)

Smooth curve decreasing slower as it approaches zero


Parameters

Type Name Description
float float_1 No Description Set
float float_2 No Description Set
float float_3 No Description Set

Returns

float - No Description Set