代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/326796/13115653
lua autofringe.lua
-- Autofringe Script
-- Robert Edwards 2003
-- This script is in the public domain and can be used for any purpose
-- I just hope its useful.
function ShowError(message)
mappy.msgBox("E
www.eeworm.com/read/326796/13115656
lua placer.lua
-- Example Placer script
-- called when the mouse moves and a button pressed that is set to Placer.lua
function main ()
local x = mappy.getValue (mappy.MOUSEBLOCKX)
local y = mappy.getValue (m
www.eeworm.com/read/240682/13205397
lua test.lua
name = "Jero"
ID = 49121006
function foo (x)
print("秈
www.eeworm.com/read/324212/13279066
pdf lua.pdf
www.eeworm.com/read/323871/13312403
lua autofringe.lua
-- Autofringe Script
-- Robert Edwards 2003
-- This script is in the public domain and can be used for any purpose
-- I just hope its useful.
function ShowError(message)
mappy.msgBox("E
www.eeworm.com/read/323871/13312411
lua placer.lua
-- Example Placer script
-- called when the mouse moves and a button pressed that is set to Placer.lua
function main ()
local x = mappy.getValue (mappy.MOUSEBLOCKX)
local y = mappy.getValue (m
www.eeworm.com/read/238879/13316963
ico lua.ico
www.eeworm.com/read/238879/13316965
lua strict.lua
--
-- strict.lua
-- checks uses of undeclared global variables
-- All global variables must be 'declared' through a regular assignment
-- (even assigning nil will do) in a main chunk before being used
www.eeworm.com/read/238879/13316973
hpp lua.hpp
// lua.hpp
// Lua header files for C++
// not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
www.eeworm.com/read/238879/13316978
pc lua.pc
# lua.pc -- pkg-config data for Lua
# vars from install Makefile
# grep '^V=' ../Makefile
V= 5.1
# grep '^R=' ../Makefile
R= 5.1.1
# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
pr