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

Method setInternal

code/src/java/pcgen/core/AbilityCategory.java:586–589  ·  view source on GitHub ↗
(boolean internal)

Source from the content-addressed store, hash-verified

584 }
585
586 public void setInternal(boolean internal)
587 {
588 isInternal = internal;
589 }
590
591 @Override
592 public boolean isInternal()

Callers 1

AbilityCategoryClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected