FutureProg functions

approveoverlay

Rooms · computer function, computer program, standard futureprog

Boolean approveoverlay(OverlayPackage package, Character builder)
Contexts: computer function, computer program, standard futureprog
Approves the specified overlay package as ready for use. Returns true if successful
package: The package that you want to approve
builder: The builder who is approving the package, or null for 'system'

Boolean approveoverlay(OverlayPackage package, Character builder, Text comment)
Contexts: computer function, computer program, standard futureprog
Approves the specified overlay package as ready for use. Returns true if successful
package: The package that you want to approve
builder: The builder who is approving the package, or null for 'system'
comment: A comment for the builder approval log

← Back to FutureProg functions