FutureProg functions
setacceptsdoor
Exit setacceptsdoor(Exit exit, OverlayPackage overlay, Boolean state, Number doorSize)
Contexts: computer function, computer program, standard futureprog
Sets whether an exit overlay accepts a door and records the maximum door size. Returns the edited exit or null if the exit/package is null or the package is not editable.
exit: The exit to edit or copy into the supplied overlay package.
overlay: The editable overlay package where the change should be made.
state: Whether the exit should accept an installed door.
doorSize: The maximum door size enum value accepted by this exit.
Contexts: computer function, computer program, standard futureprog
Sets whether an exit overlay accepts a door and records the maximum door size. Returns the edited exit or null if the exit/package is null or the package is not editable.
exit: The exit to edit or copy into the supplied overlay package.
overlay: The editable overlay package where the change should be made.
state: Whether the exit should accept an installed door.
doorSize: The maximum door size enum value accepted by this exit.