CancelJobs (Material) - originalfoo/Prison-Architect-API GitHub Wiki
##Overview
The CancelJobs material is used by the player as a tool to remove walls.
##Modding
See Materials - Modding for scripting information and details on how to change menu, icons, sprites, and settings.
For reference, here is the default definition for this material:
BEGIN Material
-
NameCancelJobs -
ConstructionTime1.00000 -
SoftEdged-1 -
BEGINSprite0x 0y 3END
END
Doesn't seem to be scriptable in any way.
##Notes
This tool is placed via right-clicking foundation- or material-related jobs on the map while the relevant menu is open (and in some cases even if the menu is closed).
When placed, it immediately removes the jobs on the same map tile.
##See Also
- [
ClearIndoorArea](ClearIndoorArea (Material)) - [
Demolish](Demolish (Material)) - [
DemolishWalls](DemolishWalls (Material)) - [
RemoveTunnels](RemoveTunnels (Material))