[
Overview
][
Constants
][
Types
][
Procedures and functions
]
Reference for unit 'lauxlib' (
#gui
)
luaL_Reg
Declaration
Source position: lauxlib.pas line 40
type
luaL_Reg
=
record
name
:
PChar
;
func
:
lua_CFunction
;
end
;