Dota 2 Workshop Tools/Scripting/API/Global.ExponentialDecay: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (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 23:06, 8 August 2014
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