代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/115343/15017055
hpp adopt_policy.hpp
// Copyright (c) 2003 Daniel Wallin and Arvid Norberg
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "S
www.eeworm.com/read/115343/15017185
txt makefile.txt
CFLAGS = `wx-config --cppflags` `lua-config --include` -g -O2 -Wall -Wunused -Wmissing-prototypes -Iluabind/ -I.
LIBS = `wx-config --libs` `lua-config --libs`
CC = gcc
OBJS = CallbackHandler.o Core
www.eeworm.com/read/395456/8172616
h lfunc.h
/*
** $Id: lfunc.h,v 2.4 2005/04/25 19:24:10 roberto Exp $
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
#ifndef lfunc_h
#define lfunc_h
#include
www.eeworm.com/read/368351/9700339
h lfunc.h
/*
** $Id: lfunc.h,v 2.4.1.1 2007/12/27 13:02:25 roberto Exp $
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
#ifndef lfunc_h
#define lfunc_h
#incl
www.eeworm.com/read/368351/9700360
mak config.mak
SFX = 5.1
LIBNAME = lua$(SFX)
SRC = lapi.c lcode.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c lmem.c \
lobject.c lopcodes.c lparser.c lstate.c lstring.c ltable.c ltm.c \
lundump.c lvm.c lzio.c \
www.eeworm.com/read/105158/15677043
h lfunc.h
/*
** $Id: lfunc.h,v 1.21 2003/03/18 12:50:04 roberto Exp $
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
#ifndef lfunc_h
#define lfunc_h
#include
www.eeworm.com/read/105158/15677044
c lfunc.c
/*
** $Id: lfunc.c,v 1.67 2003/03/18 12:50:04 roberto Exp $
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
#include
#define lfunc_c
#in
www.eeworm.com/read/105158/15677051
h ldebug.h
/*
** $Id: ldebug.h,v 1.32 2002/11/18 11:01:55 roberto Exp $
** Auxiliary functions from Debug Interface module
** See Copyright Notice in lua.h
*/
#ifndef ldebug_h
#define ldebug_h
#include "lstat
www.eeworm.com/read/105158/15677054
h lundump.h
/*
** $Id: lundump.h,v 1.30 2003/04/07 20:34:20 lhf Exp $
** load pre-compiled Lua chunks
** See Copyright Notice in lua.h
*/
#ifndef lundump_h
#define lundump_h
#include "lobject.h"
#include "lzio.
www.eeworm.com/read/455299/1622756
lua 天忍教_卖兵器的对话.lua
--中原北区 天忍教 卖兵器的弟子对话
function main(sel)
Say("塔里罕:这些武器都是大金国最好的工匠打造的,绝对一流。", 2, "交易/yes", "不交易/no");
end;
function yes()
Sale(60);
end;
function no()
end;