代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/455299/1624322
lua 店小二对话.lua
--西南北区 新手客栈 店小二对话
function main(sel)
if (GetCurCamp()==0) and (GetCamp()==0) then --新手阵营
UTask_world06 = GetTask(34);
UTask_world07 = GetTask(35);
UTask_world08 = GetTask(36);
UTask_wo
www.eeworm.com/read/242866/4533962
svn-base test_lua_classes.cpp.svn-base
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/242866/4533991
svn-base test_lua_classes.cpp.svn-base
// Copyright (c) 2005 Daniel Wallin, Arvid Norberg
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Softwar
www.eeworm.com/read/330839/3420704
lua 迎风一刀斩.lua
if Api:GetUserSkill(client,1045) then
Api:SendMess(client,'你已经学过迎风一刀斩这个技能了');
return;
elseif Api:GetItemSdSkillLevel(client,410)>=5 then
Api:RemoveItem_Cout(client,EqAip._InvItemCount);
A
www.eeworm.com/read/290224/8494906
bat luavs.bat
@rem Script to build Lua under "Visual Studio .NET Command Prompt".
@rem Do not run from this directory; run it from the toplevel: etc\luavs.bat .
@rem It creates lua51.dll, lua51.lib, lua.exe, and
www.eeworm.com/read/290224/8494991
c lauxlib.c
/*
** $Id: lauxlib.c,v 1.159.1.3 2008/01/21 13:20:51 roberto Exp $
** Auxiliary functions for building Lua libraries
** See Copyright Notice in lua.h
*/
#include
#include
#includ
www.eeworm.com/read/290224/8495130
h lstate.h
/*
** $Id: lstate.h,v 2.24.1.2 2008/01/03 15:20:39 roberto Exp $
** Global State
** See Copyright Notice in lua.h
*/
#ifndef lstate_h
#define lstate_h
#include "lua.h"
#include "lobject.h"
#include
www.eeworm.com/read/385648/8794133
c lauxlib.c
/*
** $Id: lauxlib.c,v 1.159 2006/03/21 19:31:09 roberto Exp $
** Auxiliary functions for building Lua libraries
** See Copyright Notice in lua.h
*/
#include
#include
#include
www.eeworm.com/read/385648/8794351
h lstate.h
/*
** $Id: lstate.h,v 2.24 2006/02/06 18:27:59 roberto Exp $
** Global State
** See Copyright Notice in lua.h
*/
#ifndef lstate_h
#define lstate_h
#include "lua.h"
#include "lobject.h"
#include "lt
www.eeworm.com/read/382051/9055924
bat luavs.bat
@rem Script to build LuaJIT under "Visual Studio .NET Command Prompt".
@rem Do not run from this directory; run it from the toplevel: etc\luavs.bat .
@rem It creates lua51.dll, lua51.lib and luajit.