danielga / gm_ffi

A module for Garry's Mod that adds an FFI library similar to LuaJIT's FFI.
https://github.com/danielga/gm_ffi
Other
5 stars 1 forks source link

Is there a limitation to what can be used with this for FFI? #8

Closed VaasKahnGrim closed 2 years ago

VaasKahnGrim commented 2 years ago

For example if I were to use this would I be able to access source engine functions or classes that are compiled into srcds or would I be limited to just standard library stuff?

danielga commented 2 years ago

You can access anything you want, as long as you know how to find it.

VaasKahnGrim commented 2 years ago

Thank you, was digging around for a few days trying to figure out if it was limited to just std stuff or required a compiler to also be on the same machine. Saved me a massive headache in figuring out what I might be limited to

pkmnmstr98 commented 2 years ago

@VaasKahnGrim so what is it limited to :) ?