blob: b9425bd060829ca976ad24c48e7205e133a52d90 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra7ea4a032019-11-26 20:11:40 +01002 object compile_object(string filename)
MG Mud User88f12472016-06-24 23:31:02 +02003
4DESCRIPTION
Zesstra7ea4a032019-11-26 20:11:40 +01005 This function is caled if the interpreter cannot find the
6 file for an object to be loaded. The master object has now
7 the opportunity to return an object that will then serve as if
8 compiled from the given filename.
MG Mud User88f12472016-06-24 23:31:02 +02009
Zesstra7ea4a032019-11-26 20:11:40 +010010 If 0 is returned, the usual "Could not load descr for" error
11 will occur.