代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/455299/1622780
lua 天忍教室内右2to天忍教室内1.lua
--中原北区 天忍教室内右2to天忍教室内1
--Trap ID:中原北区 32
function main(sel)
NewWorld(46, 1728, 3157);
end;
www.eeworm.com/read/455299/1622781
lua 天忍教室内右2to天忍教室内3.lua
--中原北区 天忍教室内右2to天忍教室内3
--Trap ID:中原北区 35
function main(sel)
NewWorld(49, 1673, 3260);
SetFightState(0); --玩家转换成非战斗状态
end;
www.eeworm.com/read/455299/1622811
lua 天忍教室内1to天忍教室内左2.lua
--中原北区 天忍教室内1to天忍教室内左2
--Trap ID:中原北区 29
function main(sel)
NewWorld(47, 1589, 3200);
end;
www.eeworm.com/read/455299/1622813
lua 天忍教室内1to天忍教室内右2.lua
--中原北区 天忍教室内1to天忍教室内右2
--Trap ID:中原北区 31
function main(sel)
NewWorld(48, 1507, 3107);
end;
www.eeworm.com/read/455299/1624124
lua 西南北区-成都府--信相寺香客3对话.lua
--西南北区 成都府 信相寺香客3对话
function main(sel)
Say("香客:最近信相寺里的香客好像特别多,我也来凑凑热闹。",0)
end;
www.eeworm.com/read/455299/1624134
lua 西南北区-成都府--信相寺香客2对话.lua
--西南北区 成都府 信相寺香客2对话
function main(sel)
Say("香客:我每个月的初一十五都会来信相寺烧香拜佛,心诚则灵嘛。",0)
end;
www.eeworm.com/read/455299/1624153
lua 西南北区-成都府--信相寺香客1对话.lua
--西南北区 成都府 信相寺香客1对话
function main(sel)
Say("香客:求菩萨保佑我家宅平安,保佑我爹娘长命百岁,保佑我相公金榜题名,保佑我娃儿无病无灾……",0)
end;
www.eeworm.com/read/290224/8495133
c ltable.c
/*
** $Id: ltable.c,v 2.32.1.2 2007/12/28 15:32:23 roberto Exp $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
/*
** Implementation of tables (aka arrays, objects, or hash tables).
** Tab
www.eeworm.com/read/385648/8794009
readme
This directory contains some useful files and code.
Unlike the code in ../src, everything here is in the public domain.
lua.hpp
Lua header files for C++ using 'extern "C"'.
luajit.ico
A LuaJIT ico
www.eeworm.com/read/385648/8794356
c ltable.c
/*
** $Id: ltable.c,v 2.32 2006/01/18 11:49:02 roberto Exp $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
/*
** Implementation of tables (aka arrays, objects, or hash tables).
** Tables