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


proxyInfo

Function: proxyInfo { proxy -> guest i0 i1 i2 xx yy }
file: jobc.t
package: muf
status: alpha

The proxyInfo returns the remote-reference information hidden inside a proxy object, information normally of interest only to a few pieces of networking-support software.

The proxy argument must be a proxy -- remote? must return non-nil on it.

The guest return value is the local Guest object representing the owner of the remote object.

The i0 i2 i1 return values are integers encoding the dbref for the remote object on its home server, in the format generated by dbrefToInts3.

The xx and yy values are currently undefined, but reserved for future expansion.

See section remote?. See section dbrefToInts3. See section makeProxy.


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