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


dbrefToInts3

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

Let a dbref be any of the 32-bit values which Muq actually stores in variables and stack slots. (Dbrefs may be short integers or floats and pointers to objects, among other things.)

The dbrefToInts3 function converts an arbitrary Muq dbref. The only intended use of this primitive is to allow the transmission and storage of the resulting integers, with eventual reconstitution of the dbref via ints3ToDbref.

See section ints3ToDbref. See section |debyte.


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