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

📄 message

📁 C实现的MUD,对大家基本入门网络游戏很有帮助!
💻
字号:
     mmmmeeeessssssssaaaaggggeeee((((3333))))             MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))              mmmmeeeessssssssaaaaggggeeee((((3333))))     NNNNAAAAMMMMEEEE          message() - deliver messages to "living" objects     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          void message( mixed class, string message, mixed target,                        mixed exclude );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          message() calls receive_message(mixed class, string message)          in all objects in the target list excluding those in the          exclude list. This basically tells the object the message.          Class is the type of message (used for clients and such). An          example would be 'combat', 'shout', 'emergency' etc.          Message is a string containing the text to send.          Target is a list of objects to be sent the message. This can          be either a single object string or object pointer, or may          be an array of either.  If a target is non-living all          objects in its environment will receive the message.          Exclude is a list of objects that should not receive the          message. This can either be one object or an array of          objects.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          say(3), write(3), shout(3), tell_object(3), tell_room(3)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

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