Compiles a Lua file from the lua directory and returns a function or error.
Last updated 1 year ago
Was this helpful?
.CompileLua( filePath ) ->
local func = gpm.CompileLua( "gpm/utils.lua" ) print( func ) -- function: 0xf7f8af6a -- function: 0xf6f92a32