FutureProg functions
linkcells
Exit linkcells(Location origin, Location destination, OverlayPackage overlay, Number direction)
Contexts: computer function, computer program, standard futureprog
Creates a standard bidirectional cardinal exit between two rooms in an editable overlay package. This is equivalent to linking rooms with the room builder tools. Returns the created exit from the origin side or null if either room/package is invalid, the package is not editable, the direction is invalid, the rooms are the same, or a conflicting exit already exists.
origin: The origin room for the new exit.
destination: The destination room for the new exit.
overlay: The editable overlay package where the exit should be created or copied.
direction: The outbound cardinal direction as a numeric enum value.
Exit linkcells(Location origin, Location destination, OverlayPackage overlay, Text direction)
Contexts: computer function, computer program, standard futureprog
Creates a standard bidirectional cardinal exit between two rooms in an editable overlay package. This is equivalent to linking rooms with the room builder tools. Returns the created exit from the origin side or null if either room/package is invalid, the package is not editable, the direction is invalid, the rooms are the same, or a conflicting exit already exists.
origin: The origin room for the new exit.
destination: The destination room for the new exit.
overlay: The editable overlay package where the exit should be created or copied.
direction: The outbound cardinal direction name, such as north or up.
Contexts: computer function, computer program, standard futureprog
Creates a standard bidirectional cardinal exit between two rooms in an editable overlay package. This is equivalent to linking rooms with the room builder tools. Returns the created exit from the origin side or null if either room/package is invalid, the package is not editable, the direction is invalid, the rooms are the same, or a conflicting exit already exists.
origin: The origin room for the new exit.
destination: The destination room for the new exit.
overlay: The editable overlay package where the exit should be created or copied.
direction: The outbound cardinal direction as a numeric enum value.
Exit linkcells(Location origin, Location destination, OverlayPackage overlay, Text direction)
Contexts: computer function, computer program, standard futureprog
Creates a standard bidirectional cardinal exit between two rooms in an editable overlay package. This is equivalent to linking rooms with the room builder tools. Returns the created exit from the origin side or null if either room/package is invalid, the package is not editable, the direction is invalid, the rooms are the same, or a conflicting exit already exists.
origin: The origin room for the new exit.
destination: The destination room for the new exit.
overlay: The editable overlay package where the exit should be created or copied.
direction: The outbound cardinal direction name, such as north or up.