FutureProg functions

swapoverlay

Rooms · computer function, computer program, standard futureprog

Boolean swapoverlay(Number overlay)
Contexts: computer function, computer program, standard futureprog
Swaps an approved overlay into the worldfile as if you had run the CELL SWAP command. Returns true if successful.
overlay: The Id number of the overlay you want to swap

Boolean swapoverlay(Number overlay, Location room)
Contexts: computer function, computer program, standard futureprog
Swaps an approved overlay for one room only into the worldfile as if you had run the CELL SWAP command. Returns true if successful. This use case is only recommended for advanced scenarios - in most cases you should swap the entire overlay in at once
overlay: The Id number of the overlay you want to swap
room: The room you want to swap this package in for only

Boolean swapoverlay(OverlayPackage overlay)
Contexts: computer function, computer program, standard futureprog
Swaps an approved overlay into the worldfile as if you had run the CELL SWAP command. Returns true if successful.
overlay: The overlay package that you want to swap

Boolean swapoverlay(OverlayPackage overlay, Location room)
Contexts: computer function, computer program, standard futureprog
Swaps an approved overlay for one room only into the worldfile as if you had run the CELL SWAP command. Returns true if successful. This use case is only recommended for advanced scenarios - in most cases you should swap the entire overlay in at once
overlay: The overlay package that you want to swap
room: The room you want to swap this package in for only

Boolean swapoverlay(Text overlay)
Contexts: computer function, computer program, standard futureprog
Swaps an approved overlay into the worldfile as if you had run the CELL SWAP command. Returns true if successful.
overlay: The name of the overlay you want to swap

Boolean swapoverlay(Text overlay, Location room)
Contexts: computer function, computer program, standard futureprog
Swaps an approved overlay for one room only into the worldfile as if you had run the CELL SWAP command. Returns true if successful. This use case is only recommended for advanced scenarios - in most cases you should swap the entire overlay in at once
overlay: The name of the overlay you want to swap
room: The room you want to swap this package in for only

← Back to FutureProg functions