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 6: | Line 6: | ||
''' float ExponentialDecay(float '' | ''' 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 | ||
| | | float_1 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| float | | float | ||
| | | float_2 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| float | | float | ||
| | | float_3 | ||
| No Description Set | | No Description Set | ||
|} | |} | ||
Revision as of 03:29, 19 June 2015
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