|
|
|||
[Package Index | Mudlib Index | Effect Index]File /global/cloner.cUsed for mapping deleted files to new ones when things are changed. Updated to a more tidy mechanism by Ceres 14/3/96Usage: call add_mapping(from, to) /global/cloner InheritsThis class inherits the following classes /std/object.cMethod index
Public FunctionsThese are functions that everyone can access..
int add_illegal(string basename,
string short,
string replacement)
This method is used to add objects that we don't want to be reloaded.
This is for those objects that are clones of /std/object or /obj/armour
or something but which are wrongly configured.
int add_mapping(string from,
string to)
Use this function to add a new mapping of one filename to another.
Means that if an object of type 'from' is attempted to be cloned
an object of type 'to' will be cloned instead.
|
||||
|
Brought to you by CMOT Dibbler's Sensational Sausages; buy one while they're hot. |