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