代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/192080/5160101
h luser_tests.h
/*
** $Id: luser_tests.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Internal Header for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
#ifndef ltests_h
#define ltes
www.eeworm.com/read/298327/3868108
h luafunctions.h
#ifndef __LUA_FUNCTIONS
#define __LUA_FUNCTIONS
#include
#include "LuaBinder.h"
#include "Object.h"
struct Command;
class float3;
class CUnit;
class CFeature;
stru
www.eeworm.com/read/297878/3881134
h luascript.h
// LuaScript.h
#ifndef __LUA_SCRIPT_H__
#define __LUA_SCRIPT_H__
#include "LuaState.h"
class LuaScript
{
public :
LuaScript(LuaState* pState) : m_pState(pState) {}
virtual ~LuaScript() { m_pState
www.eeworm.com/read/355264/3060424
h luascript.h
// LuaScript.h
#ifndef __LUA_SCRIPT_H__
#define __LUA_SCRIPT_H__
#include "LuaState.h"
class LuaScript
{
public :
LuaScript(LuaState* pState) : m_pState(pState) {}
virtual ~LuaScript() { m_pState
www.eeworm.com/read/192391/5157209
cpp trace.cpp
/*
* trace.c -- a simple execution tracer for Lua
*/
#include
#include
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
static FILE* LOG; /* log file */
sta
www.eeworm.com/read/192391/5157224
h lauxlib.h
/*
** $Id: lauxlib.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Auxiliary functions for building Lua libraries
** See Copyright Notice in lua.h
*/
#ifndef lauxlib_h
#define lauxlib_h
www.eeworm.com/read/192391/5157233
cpp lauxlib.cpp
/*
** $Id: lauxlib.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Auxiliary functions for building Lua libraries
** See Copyright Notice in lua.h
*/
#include
#include
www.eeworm.com/read/192391/5157242
cpp lstring.cpp
/*
** $Id: lstring.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** String table (keeps all strings handled by Lua)
** See Copyright Notice in lua.h
*/
#include
#define lstring
www.eeworm.com/read/192391/5157279
cpp lopcodes.cpp
/*
** $Id: lopcodes.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** extracted automatically from lopcodes.h by mkprint.lua
** DO NOT EDIT
** See Copyright Notice in lua.h
*/
#define lopcod
www.eeworm.com/read/192080/5160096
cpp trace.cpp
/*
* trace.c -- a simple execution tracer for Lua
*/
#include
#include
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
static FILE* LOG; /* log file */
sta