garrysmod-requests
garrysmod-requests copied to clipboard
Expose IServer in IVEngineServer
Details
So in TF2, the IVEngineServer has the function GetIServer() which returns the IServer -> (IServer*)&sv
.
It would make it far easier to get the IServer, and it would probably also make it easier to implement future request that use it like this one, since I don't think there is any function currently to get an IServer to implement it.