public interface SUnitBox extends UnitBox
Modifier and Type | Method and Description |
---|---|
boolean |
isUnitChanged()
Indicates whether the contents of the UnitBox may have been
changed.
|
void |
setUnitChanged(boolean unitChanged)
Updates the value of the flag used to indicate whether the
contents of the UnitBox may have changed.
|
canContainUnit, getUnit, isBranchTarget, setUnit, toString
boolean isUnitChanged()
Needed for Shimple internal Unit chain patching.
void setUnitChanged(boolean unitChanged)
Needed for Shimple internal Unit chain patching.
isUnitChanged()