FutureProg functions
approveoverlay
Overload 1
approveoverlay overload 1
Boolean approveoverlay(OverlayPackage package, Character builder)
Available in
- computer function
- computer program
- standard futureprog
Approves the specified overlay package as ready for use. Returns true if successful
| Parameter | Type | Description |
|---|---|---|
package |
OverlayPackage |
The package that you want to approve |
builder |
Character |
The builder who is approving the package, or null for 'system' |
Overload 2
approveoverlay overload 2
Boolean approveoverlay(OverlayPackage package, Character builder, Text comment)
Available in
- computer function
- computer program
- standard futureprog
Approves the specified overlay package as ready for use. Returns true if successful
| Parameter | Type | Description |
|---|---|---|
package |
OverlayPackage |
The package that you want to approve |
builder |
Character |
The builder who is approving the package, or null for 'system' |
comment |
Text |
A comment for the builder approval log |