HolyLib Wiki

jit

jit

This library extends gmod's jit library.

Recently Added

This was recently added in version (0.8 - DEV).

Methods

table jit.getffi( )
If ffi is enabled in the config, then this will return a valid table, else it will return nothing.
If ffi is enabled in the config, then this will allow you to mark cdata to be compatible with gmod allowing you to mimic types.
table jit.require( string name )
LuaJIT's default require function, this function does not exist when ffi is disabled.