
	creator_file(4)		MudOS v21c2		(5 Sep 1994)

	名稱:
		creator_file - 對一個新創造的物件指定其使用者識別名稱
			       (user id, uid).
	語法:
		string creator_file(string filename);

		字串 creator_file( 字串 file_name );
	用法:
		每次創造一個新的物件時, 會呼叫主宰物件中 
		(master object) 的 creator_file() 函式. 此物件的檔案
		名稱是 creator_file() 函是唯一的參數. 而 creator_file
		傳回的字串是此物件設定的使用者識別名稱. 如果編譯驅動
		程式時, 於 options.h 開啟了 AUTO_SETUID , 則用同一個
		識別名稱作為此物件的有效使用者識別名稱 (effective
		user id, euid)

		唯一的例外: 如果編譯驅動程式時, 開啟了 
		AUTO_TRUST_BACKBONE , 而 creator_file() 傳回骨幹使用
		者識別名稱 (backbone uid)﹝與主宰物件中 get_bb_uid()
		傳回的值相同﹞, 則此物件的使用者識別名稱和有效使用者
		識別名稱都以載入它的物件為準.
	參考:
		seteuid(3), new(3), clone_object(3), call_other(3)
	翻譯:
		Spock @ FF	97.Aug.6.		(printed 3/16/95)
