ws.script.lua

Undocumented in source.

Members

Aliases

lua_CFunction
alias lua_CFunction = int function(state_ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
state_ptr
alias state_ptr = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

Lua
class Lua
Undocumented in source.

Mixins

__anonymous
mixin library!("luaLib", LibraryFile, "luaL_newstate", state_ptr function(), "luaL_openlibs", void function(state_ptr), "luaL_newmetatable", void function(state_ptr, const(char)*), "luaL_checknumber", double function(state_ptr, int), "luaL_loadstring", int function(state_ptr, const(char)*), "luaL_loadfile", int function(state_ptr, const(char)*), "luaL_checkudata", void* function(state_ptr, int, const(char)*), "luaL_argerror", int function(state_ptr, int, const(char)*), "luaL_ref", int function(state_ptr, int), "luaL_unref", void function(state_ptr, int, int), "lua_setfield", void function(state_ptr, int, const(char)*), "lua_getfield", void function(state_ptr, int, const(char)*), "lua_pcall", int function(state_ptr, int, int, int), "lua_call", void function(state_ptr, int, int), "luaL_checklstring", const(char*) function(state_ptr, int, size_t*), "luaopen_base", int function(state_ptr), "luaopen_table", int function(state_ptr), "lua_close", void function(state_ptr), "lua_createtable", void function(state_ptr, int, int), "lua_setmetatable", int function(state_ptr, int), "lua_getmetatable", int function(state_ptr, int), "lua_settable", void function(state_ptr, int), "lua_pushvalue", void function(state_ptr, int), "lua_isstring", int function(state_ptr, int), "lua_isnumber", int function(state_ptr, int), "lua_settop", void function(state_ptr, int), "lua_gettop", int function(state_ptr), "lua_tonumber", double function(state_ptr, int), "lua_tolstring", const(char)* function(state_ptr, int, size_t*), "lua_touserdata", void* function(state_ptr, int), "lua_topointer", void* function(state_ptr, int), "lua_pushstring", void function(state_ptr, const char*), "lua_pushnumber", void function(state_ptr, double), "lua_pushcclosure", "void function(state_ptr, lua_CFunction, int)", "lua_newuserdata", void* function(state_ptr, size_t), "lua_rawseti", void function(state_ptr, int, int), "lua_rawgeti", void function(state_ptr, int, int), "lua_pushnil", void function(state_ptr), "lua_next", int function(state_ptr, int), "lua_type", int function(state_ptr, int), "lua_typename", const(char)* function(state_ptr, int))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static functions

luaL_getmetatable
void luaL_getmetatable(state_ptr s, const(char)* n)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_pop
void lua_pop(state_ptr state, int n)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

LUA_ENVIRONINDEX
int LUA_ENVIRONINDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_GLOBALSINDEX
int LUA_GLOBALSINDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_REGISTRYINDEX
int LUA_REGISTRYINDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta