[Overview][Constants][Types][Procedures and functions] Reference for unit 'Lua' (#gui)

lua_CFunction

Declaration

Source position: Lua.pas line 144

type lua_CFunction = function(

  L: Plua_State

):Integer;