Facepunch / garrysmod-requests

Feature requests for Garry's Mod
83 stars 24 forks source link

Expose IServer in IVEngineServer #2417

Open RaphaelIT7 opened 1 week ago

RaphaelIT7 commented 1 week ago

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.