this_player
来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 23 行
TXT
23 行
tttthhhhiiiissss____ppppllllaaaayyyyeeeerrrr((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) tttthhhhiiiissss____ppppllllaaaayyyyeeeerrrr((((3333)))) SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS object this_player( int flag ); DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN Return the object representing the player that caused the calling function to be called. Note that this_player() may return a different value than this_object() even when called from within a player object. If this_player is called as this_player(1) then the returned value will be the interactive that caused the calling function to be called. this_player(1) may return a different value than this_player() in certain cases (such as when command() is used by an admin to force a player to perform some command). SSSSEEEEEEEE AAAALLLLSSSSOOOO this_object(3) Page 1 (printed 3/16/95)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?