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