代码搜索:Notify

找到约 4,184 项符合「Notify」的源代码

代码结果 4,184
www.eeworm.com/read/306178/3746679

c roar.c

// roar.c 碧海生潮曲 #include inherit F_CLEAN_UP; int exert(object me, object target) { object *ob; int i, skill, damage; if( (int)me->query("neili") < 100 ) return notify_fail("你的内力不够。\n
www.eeworm.com/read/306178/3746876

c powerup.c

// powerup.c #include inherit F_CLEAN_UP; void remove_effect(object me, int amount); int exert(object me, object target) { int skill; if( target != me ) return notify_fail("你只能用云龙神功提升自
www.eeworm.com/read/306178/3748518

c suicide.c

// suicide.c #include inherit F_CLEAN_UP; int main(object me, string arg) { if( me->is_busy() ) return notify_fail("你上一个动作还没完成。\n"); if( !arg || arg != "-f") { write("请用 suicide -f
www.eeworm.com/read/306178/3748595

c where.c

// where.c // 06-14-95 inherit F_CLEAN_UP; int main(object me, string str) { object ob, where, *ob_list; int i; if (!str) return notify_fail("指令格式:where \n"); ob = find_pl
www.eeworm.com/read/306178/3748644

c team.c

// team.c #include inherit F_CLEAN_UP; int main(object me, string arg) { object *t; if( !arg ) { if( !pointerp(t = me->query_team()) ) return notify_fail("你现在并没有参加任何队伍。
www.eeworm.com/read/306178/3748660

c wield.c

// wield.c inherit F_CLEAN_UP; int do_wield(object me, object ob); int main(object me, string arg) { object ob, *inv; int i, count; if (me->is_busy()) return notify_fail("你正忙着呢。\n")
www.eeworm.com/read/192685/8360405

txt 如何自动播放背景音乐.txt

你 可 以 将 MMControl1的 Visible属 性 设 置 为 False, 然 后 输 入 下 面 的 代 码 : Private Sub Form_Load() MMControl1.Notify = False MMControl1.Wait = True MMControl1.Shareable = False
www.eeworm.com/read/380459/9147771

cpp dlg4.cpp

// Dlg4.cpp : 实现文件 // #include "stdafx.h" #include "VisDraw.h" #include "Dlg4.h" // CDlg4 对话框 IMPLEMENT_DYNAMIC(CDlg4, CDialog) BEGIN_MESSAGE_MAP(CDlg4, CDialog) ON_NOTIFY(TVN_SELCH
www.eeworm.com/read/242302/13075796

txt 如何自动播放背景音乐.txt

你 可 以 将 MMControl1的 Visible属 性 设 置 为 False, 然 后 输 入 下 面 的 代 码 : Private Sub Form_Load() MMControl1.Notify = False MMControl1.Wait = True MMControl1.Shareable = False
www.eeworm.com/read/136989/5835079

cpp events.cpp

//Events.cpp,v 1.2 2002/11/12 01:17:56 pradeep Exp #include "ace/Arg_Shifter.h" #include "ace/Get_Opt.h" #include "tao/debug.h" #include "Events.h" ACE_RCSID (Notify_Tests, Events, "Events.cp