|
Introduction
Installation
Configuring Objects
Spacecalls
Events
Coordinates
Tips & Tricks
|
| Portable Space Engine | Builder's Guide |
Please send comments to Mark Cooke <mpc@star.sr.bham.ac.uk> or vspace@geocities.com
Spacecalls: Transporter Console Calls |
| Spacecall | Return Value | Object | Ship |
| trans_list_beamable() | String list | X | |
| This function returns a list of the objects on the contact list which have the
BEAMABLE flag set. This could be set on a space object representing an
escape pod, for instance. |
| trans_list_dests() | String list | X | |
| This function returns a list of the objects on the contact list which have the
CAN_BEAM_TO flag set. |
| trans_permission(dbref target) | String permission | X | |
| This function returns a string indicating the validity of a transport from
the space object to the target. It returns: OK, INVALID SOURCE, INVALID TARGET,
SOURCE SHIELD, TARGET SHIELD, OUT OF RANGE, or DAMAGED. |
|