⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 actions.txt

📁 Lachesis an IRCRPG combat engine written in a combination of C and C++. The combat engine is being w
💻 TXT
字号:
Bot Action Command ModuleThis module is the root command handler for RPGServ.void Cmd_actions_Init();	Lachesis only: Called from modinit.lst to announce the module to		       the command subsystemvoid Cmd_Actions_Root(void *, int, const char *);	Lachesis only: Root command handler for the Actions modulevoid Cmd_Init();	RPGServ only: Initialize the command subsystem. Currently noop.void Cmd_Cleanup();	RPGServ only: Clean up the command subsystem. Currently noop.void Cmd_Root(void *, int, const char *);	RPGServ only: Root command handler for RPGServ		      Shares code with Cmd_Actions_Root@(#) $Id: actions.txt,v 1.1.1.1 2004/01/16 07:28:15 lachesis Exp $

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -