sm-ext-rs icon indicating copy to clipboard operation
sm-ext-rs copied to clipboard

More APIs from ISourceMod

Open CrazyHackGUT opened this issue 3 years ago • 1 comments

Can we wait this APIs, or this can't be safely passed to Rust?

  • BuildPath
  • GetGamePath
  • GetSourceModPath
  • FormatString
  • GetCoreConfigValue

CrazyHackGUT avatar May 18 '22 18:05 CrazyHackGUT

Unfortunately the vtable building approach used here doesn't scale well for maintenance, so I have no plans to develop it further. At some point I'd like to pivot this towards generated bindings using the cxx crate, but I don't see that experiment happening any time soon. Sorry!

asherkin avatar May 18 '22 19:05 asherkin