代码搜索:Lua

找到约 9,588 项符合「Lua」的源代码

代码结果 9,588
www.eeworm.com/read/455299/1624367

lua 树杈.lua

--description: 西南北区 江津村 江津村新手任务 树杈 --author: 苏宇 --date: 2003/6/13 function main() --UTask_em = GetTask(1); --if (UTask_em == 15) then SetPropState() AddEventItem("树杈") Msg2Player(
www.eeworm.com/read/330839/3420692

lua 有凤来仪.lua

if Api:GetUserSkill(client,5030) then Api:SendMess(client,'你已经学过有凤来仪这个技能了'); return; elseif Api:GetItemSdSkillLevel(client,420)>=4 then Api:RemoveItem_Cout(client,EqAip._InvItemCount);
www.eeworm.com/read/330839/3420705

lua 白虹贯日.lua

if Api:GetUserSkill(client,1290) then Api:SendMess(client,'你已经学过白虹贯日这个技能了'); return; elseif Api:GetItemSdSkillLevel(client,490)>=4 then Api:RemoveItem_Cout(client,EqAip._InvItemCount);
www.eeworm.com/read/330839/3420714

lua 夜叉.lua

if Api:GetUserSkill(client,1360) then Api:SendMess(client,'你已经学过夜叉这个技能了'); return; elseif Char.Level>69 then Api:RemoveItem_Cout(client,EqAip._InvItemCount); Api:AddUserSkill(cl
www.eeworm.com/read/124989/6035098

howto

To rebuild the Lua interpreter, you need the Lua source distribution (of course), and the uClibc library. The uClibc library is used to provide routines needed by the downloadable interpreter. uClibc
www.eeworm.com/read/379134/9206707

c strlib.c

/* ** strlib.c ** String library to LUA ** ** Waldemar Celes Filho ** TeCGraf - PUC-Rio ** 19 May 93 */ #include #include #include #include "lua.h" /* ** Return the
www.eeworm.com/read/379134/9206708

c lua.c

/* ** lua.c ** Linguagem para Usuarios de Aplicacao ** TeCGraf - PUC-Rio ** 28 Apr 93 */ #include #include "lua.h" #include "lualib.h" void test (void) { lua_pushobject(lua_getparam(1)
www.eeworm.com/read/379134/9206713

c lua.c

/* ** lua.c ** Linguagem para Usuarios de Aplicacao ** TeCGraf - PUC-Rio ** 28 Apr 93 */ #include #include "lua.h" #include "lualib.h" void test (void) { lua_pushobject(lua_getparam(1)
www.eeworm.com/read/154878/11921011

readme

This directory contains some useful files and code. Unlike the code in ../src, everything here is in the public domain. bin2c.c This program converts files to byte arrays that are automatically run
www.eeworm.com/read/105158/15676992

readme

This directory contains some useful files and code. Unlike the code in ../src, everything here is in the public domain. bin2c.c This program converts files to byte arrays that are automatically run