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

程式: /adm/daemons/cmd_d.c

void rehash( string dir )

	將 dir 目錄下的命令表存入 search 變數. 由於搜尋可以執行的命令
	只搜尋 search 變數, 命令有所增減的時候, 就要使用 rehash().

string find_command( string verb, string *path )

	此函式負責在 search 變數中搜尋命令.

Spock of The Final Frontier	98.Sep.19.
