loaddata.txt
来自「Lachesis an IRCRPG combat engine written」· 文本 代码 · 共 16 行
TXT
16 行
TF LD_AuthGetUsers(); Called by Auth_Init() to load the userlist.void LD_SetSecurity(const char *, TF); Called to change the security setting on an account.void LD_SetSounds(const char *, TF); Called to change the sounds setting on an account. This function does not exist in RPGServ.void LD_SetUseMSG(const char *, TF); Called to change the usemsg setting on an account.void LD_SetPassword(const char *, const char *); Called to change the password of an account. NOTE this does no verification. You must make sure the password change is valid before calling this function.@(#) $Id: loaddata.txt,v 1.1.1.1 2004/01/16 07:28:15 lachesis Exp $
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?