Delegate GetIntProxy
Called when anything in the game tries to get an int
Namespace: Modding.Delegates
Assembly: HollowKnight.dll
Syntax
public delegate int GetIntProxy(string name, int orig)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The field being gotten |
| int | orig | The original value of the field |
Returns
| Type | Description |
|---|---|
| int | The int, if overridden, else orig. |