Delegate SetFloatProxy
Called when anything in the game tries to set a float
Namespace: Modding.Delegates
Assembly: HollowKnight.dll
Syntax
public delegate float SetFloatProxy(string name, float orig)
Parameters
Type | Name | Description |
---|---|---|
string | name | The field being set |
float | orig | The original value the float was being set to |
Returns
Type | Description |
---|---|
float | The modified value of the set |