MCPcopy Create free account
hub / github.com/PCGen/pcgen / setAutomatic

Method setAutomatic

code/src/java/pcgen/core/Equipment.java:599–602  ·  view source on GitHub ↗

Set Automatic @param arg sets the isAutomatic property of the Equipment

(final boolean arg)

Source from the content-addressed store, hash-verified

597 * @param arg sets the isAutomatic property of the Equipment
598 */
599 public void setAutomatic(final boolean arg)
600 {
601 automatic = arg;
602 }
603
604 /**
605 * Gets the baseItemName attribute of the Equipment object

Callers 2

applyChoiceMethod · 0.95
getAutoEquipmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected