Go to the first, previous, next, last section, table of contents.


ints3ToDbref

Function: ints3ToDbref { i0 i1 i2 -> tOrNil dbref }
file: job.t
package: muf
status: alpha

The ints3ToDbref function is the inverse of dbrefToInts3, converting the three integers back to a dbref if possible, and returning tOrNil as t if successful, nil otherwise. (Possible reasons for failure include garbled input, input from another db, or the indicated object having been garbage-collected since the integers were created.)

See section dbrefToInts3. See section |enbyte.


Go to the first, previous, next, last section, table of contents.