STL1te
STL1te
The old PR was removed because of changed my fork's HEAD so created the new one. DynoHooks library was updated to the latest revision.
As I can see there is no support for nullable args in VirtualFunction.Create So it throws "Invalid argument type(s) supplied to Virtual Function" for nullable args.
``` var hostname = ConVar.Find("hostname"); Console.WriteLine($"{hostname.Name} | {hostname.Type} | {hostname.Description} | {hostname.StringValue}"); ``` Prints: ``` hostname | String | Hostname for server. | ???? ```