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