FutureProg functions

createcell

Rooms · computer function, computer program, standard futureprog

Location createcell(OverlayPackage package, Zone zone)
Contexts: computer function, computer program, standard futureprog
Creates a new blank room in the specified package and zone
package: The package that you want to approve
zone: The zone to create the room in

Location createcell(OverlayPackage package, Zone zone, Location template)
Contexts: computer function, computer program, standard futureprog
Creates a new room based on the template room in the specified package and zone
package: The package that you want to approve
zone: The zone to create the room in
template: A room to copy as the basic template of the new room

← Back to FutureProg functions