Dota 2 Workshop Tools/Scripting/API/CDOTABaseGameMode.SetAbilityTuningValueFilter
From Valve Developer Community
< Dota 2 Workshop Tools | Scripting | API

Function Description
void SetAbilityTuningValueFilter(handle hFunction, handle hContext)
Set a filter function to control the tuning values that abilities use. (Modify the table and Return true to use new values, return false to use the old values)
- Example
function CDOTABaseGameMode:SetAbilityTuningValueFilter( hFunction, hContext ) end
Parameters
Type | Name | Description |
---|---|---|
handle | hFunction | No Description Set |
handle | hContext | No Description Set |