garrysmod-requests icon indicating copy to clipboard operation
garrysmod-requests copied to clipboard

Expose IServer in IVEngineServer

Open RaphaelIT7 opened this issue 8 months ago • 0 comments

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.

RaphaelIT7 avatar Jun 18 '24 16:06 RaphaelIT7