Copyright | © 2007–2012 Gracjan Polak 2012–2016 Ömer Sinan Ağacan 2017-2020 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+hslua@zeitkraut.de> |
Stability | beta |
Portability | ForeignFunctionInterface |
Safe Haskell | None |
Language | Haskell2010 |
Lua constants. This module was moved to
. It now merely exists for backwards
compatibility and will be removed in the future.Constants
Synopsis
- 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.