
ES2 mudlib - FF extension v0.6c 函式說明書

程式: /adm/obj/master.c

這個物件是 mudlib 的主宰, 其中必須包含 driver 對 mudlib 呼叫的一些函式.
所有必需的函式在 /doc/cdoc/applies/master 中都有說明, 線上使用 help
也可查詢.

在此僅介紹不是由 driver 呼叫的函式.

static string *update_file( string file )

	由 master.c 內部的 epilog() 呼叫, 讀進一個檔案, 此檔案的格式
	是每一行一個檔案名稱, update_file() 把每一個檔案載入記憶體.
	一行的開頭如果是 #, 則跳過此行.
	範例請看 /adm/etc/preload

void destruct_env_of( object ob )

	根據 driver 的 ChangeLog, 此函式已經廢除不用.
	目前此函式的功能由各個物件中的 move_or_destruct() 執行.

string standard_trace( mapping error, int caught )

	由 master.c 內部的 error_handler() 呼叫, 處理錯誤訊息.

Spock of The Final Frontier	98.Sep.16.
