代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/368351/9700277
h luaconf.h
/*
** $Id: luaconf.h,v 1.82.1.7 2008/02/11 16:25:08 roberto Exp $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
#ifndef lconfig_h
#define lconfig_h
#include
#include
www.eeworm.com/read/368351/9700366
h luaconf.h
/*
** $Id: luaconf.h,v 1.82.1.7 2008/02/11 16:25:08 roberto Exp $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
#ifndef lconfig_h
#define lconfig_h
#include
#include
www.eeworm.com/read/368351/9700408
h lopcodes.h
/*
** $Id: lopcodes.h,v 1.125.1.1 2007/12/27 13:02:25 roberto Exp $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
#ifndef lopcodes_h
#define lopcodes_h
#include "llimits.h"
www.eeworm.com/read/368351/9700410
c lstring.c
/*
** $Id: lstring.c,v 2.8.1.1 2007/12/27 13:02:25 roberto Exp $
** String table (keeps all strings handled by Lua)
** See Copyright Notice in lua.h
*/
#include
#define lstring_c
#define
www.eeworm.com/read/368351/9700421
c lobject.c
/*
** $Id: lobject.c,v 2.22.1.1 2007/12/27 13:02:25 roberto Exp $
** Some generic functions over Lua objects
** See Copyright Notice in lua.h
*/
#include
#include
#include
www.eeworm.com/read/368351/9700442
h lobject.h
/*
** $Id: lobject.h,v 2.20.1.2 2008/08/06 13:29:48 roberto Exp $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
#ifndef lobject_h
#define lobject_h
#include
www.eeworm.com/read/105158/15677063
h lopcodes.h
/*
** $Id: lopcodes.h,v 1.102 2002/08/21 18:56:09 roberto Exp $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
#ifndef lopcodes_h
#define lopcodes_h
#include "llimits.h"
/*
www.eeworm.com/read/455299/1622729
lua 天忍教圣洞2to天忍教圣洞1.lua
--中原北区 天忍教圣洞2to天忍教圣洞1
--Trap ID:中原北区 8
function main(sel)
NewWorld(51, 1767, 3189);
end;
www.eeworm.com/read/455299/1622734
lua 天忍教圣洞1to天忍教圣洞2.lua
--description: 中原北区 天忍教圣洞1to天忍教圣洞2 天忍教出师任务
--author: yuanlan
--date: 2003/5/20
--Trap ID:中原北区 7
function main(sel)
UTask_tr = GetTask(4);
if (UTask_tr == 66) then
Task0021 = GetTaskTemp
www.eeworm.com/read/290224/8495016
c lopcodes.c
/*
** $Id: lopcodes.c,v 1.37.1.1 2007/12/27 13:02:25 roberto Exp $
** See Copyright Notice in lua.h
*/
#define lopcodes_c
#define LUA_CORE
#include "lopcodes.h"
/* ORDER OP */
const char *const