精華區beta mud_sanc 關於我們 聯絡資訊
all_inventory(tar) tar裡面所有東西(mob和room都可以用) atoi(字串) 把字串化為數字 allocate 配置記憶體給一個陣列 (array). base_name抓檔名 chinese_number(str) 把數字str變成中文字 clone_object() 找檔名對映的物件 continue 不用說了:P environment(tar) 抓tar那格的函數 explode(str,";") 將str這個字串以;為間格變成mixed find_object_or_load(檔名) room函數 function_exists 函數是否存在(同檔) find_player() 抓玩家 find_living() 抓mob file_exists() 檔案存在 file_size 取得檔案的大小 get_dir 傳回有關一個檔案系統目錄的資訊. input_to("output",se) 會把輸入的結果用到se裡去然後呼叫output這個函數 interactive 連線狀態或斷線狀態 if id 變數 = id id[0..0] 就是第一個字母 implode(mixed,"\n") 將mixed這個陣列以\n為間格便成str map_delete(data,str) 將mapping data中的str項砍除 merge() 把兩個mixed轉成mapping member_array 在一個陣列找尋指定的項目 return notify_fail 不想說了..一定知道 remove_call_out(str) 停止call_out(str) read_file(file_name) 得取file_name這個檔 rm(file_name) 刪除這個檔 restore_object(檔名) 回存檔名.o的資料 set("pre_exit_func/south","check") 往s的路要call check這個函數 switch() default: switch函數式 save_object(檔名) 把資料儲存到檔名.o的 sscanf 不用說了 strsrch 在一個字串中尋找特定的字串. sort_array mixed排列的函數 tar->query_attackers() 抓和tar戰鬥中的人~~ this_player()->edit(name,"done",this_object()) edit後...資料是name然後執行done 這個函數 to_chinese(str) 把str變成中文... users() 抓線上所有的人 wizardp, userp, living wiz,ppl,mob write_file(filename,string str,int flat) 寫檔案 xx->query_ob_data() 得到xx所有資料..為一個mapping