| Copyright | © 2007–2012 Gracjan Polak 2012–2016 Ömer Sinan Ağacan 2017 Albert Krewinkel | 
|---|---|
| License | MIT | 
| Maintainer | Albert Krewinkel <tarleb+hslua@zeitkraut.de> | 
| Stability | beta | 
| Portability | ForeignFunctionInterface | 
| Safe Haskell | None | 
| Language | Haskell98 | 
Foreign.Lua.Api.Constants
Description
Lua constants
- multret :: NumResults
- registryindex :: StackIndex
- refnil :: Int
- noref :: Int
Documentation
multret :: NumResults Source #
Alias for C constant LUA_MULTRET. See
 lua_call.
registryindex :: StackIndex Source #
Alias for C constant LUA_REGISTRYINDEX. See
 Lua registry.