mud/lib/doc/efun/all/traceprefix
2020-09-06 05:43:07 -07:00

17 lines
409 B
Plaintext

traceprefix - sets the prefix determining which objects to trace
string traceprefix( string prefix );
This efun is only available if TRACE and PACKAGE_DEVELOP are compiled in.
If the the traceprefix is set (i.e. not 0) tracing will only occur in objects
having a name with the set prefix.
The old value is returned.
See also:
trace
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere