FutureProg functions

layerexits

Rooms · computer function, computer program, standard futureprog

Exit Collection layerexits(Location Location, Character Character)
Contexts: computer function, computer program, standard futureprog
This function returns the exits that exist at a particular layer in a location you specify. See the ROOMLAYERS function for information on how to determine what layers are present.
Location: The location whose exits you are interested in
Character: The character whose layer exits you want

Exit Collection layerexits(Location Location, Item Item)
Contexts: computer function, computer program, standard futureprog
This function returns the exits that exist at a particular layer in a location you specify. See the ROOMLAYERS function for information on how to determine what layers are present.
Location: The location whose exits you are interested in
Item: The item whose layer exits you want

Exit Collection layerexits(Location Location, Text Layer)
Contexts: computer function, computer program, standard futureprog
This function returns the exits that exist at a particular layer in a location you specify. See the ROOMLAYERS function for information on how to determine what layers are present.
Location: The location whose exits you are interested in
Layer: The layer whose exits you want

← Back to FutureProg functions