代码搜索:DBASE
找到约 1,041 项符合「DBASE」的源代码
代码结果 1,041
www.eeworm.com/read/306178/3750567
c ring.c
// dagger.c
#include
#ifdef AS_FEATURE
#include
#else
inherit EQUIP;
#endif
varargs void init_ring(int damage, int flag)
{
if( clonep(this_object()) ) return;
set("weapon_pro
www.eeworm.com/read/306178/3750572
c club.c
// club.c
#include
#ifdef AS_FEATURE
#include
#else
inherit EQUIP;
#endif
varargs void init_club(int damage, int flag)
{
if( clonep(this_object()) ) return;
set("weapon_prop
www.eeworm.com/read/306178/3754565
c human.c
// human.c
// From ES2
// Modified by Xiang@XKX
// A normal human is at least 40 kg weight
#define BASE_WEIGHT 40000
inherit F_DBASE;
inherit F_SKILL;
mapping *combat_action = ({
([ "ac
www.eeworm.com/read/306178/3761424
c camel.c
// camel.c
#include
#include
#include
inherit NPC;
void create()
{
set_name("白骆驼", ({ "camel" }));
set("long","一匹白骆驼。\n");
set("race", "野兽")
www.eeworm.com/read/306178/3764599
c camel.c
// camel.c
#include
#include
#include
inherit NPC;
void create()
{
set_name("白骆驼", ({ "camel" }));
set("long","一匹白骆驼。\n");
set("race", "野兽")
www.eeworm.com/read/174454/9586731
cpp rule.cpp
// Rule.cpp : implementation file
//
#include "stdafx.h"
#include "Animal.h"
#include "Rule.h"
#include "Dbase.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL
www.eeworm.com/read/299588/7844109
cpp cgame.cpp
// INCLUDES
#include "CGame.h"
#include "CPictureLoader.h"
#include "C3DBase.h"
#include "C3DRenderer.h"
#include "CPolygonObject.h"
#include "3DObjects.h"
#include "CFpsCounter.h"
#include "E