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

Method isAvailable

code/src/java/pcgen/cdom/base/PrereqObject.java:97–97  ·  view source on GitHub ↗

Indicates of the current object is Available for selection. This is controlled by "new formula" Prerequisites. @param aPC The PlayerCharaceter on which to check whether the calling object is available for selection. @return true if this object is available for selection for th

(PlayerCharacter aPC)

Source from the content-addressed store, hash-verified

95 * PlayerCharacter; false otherwise
96 */
97 public boolean isAvailable(PlayerCharacter aPC);
98
99 /**
100 * Indicates of the current object is allowed to be active on the PlayerCharacter.

Callers 1

passesAllMethod · 0.65

Implementers 1

ConcretePrereqObjectcode/src/java/pcgen/cdom/base/Concrete

Calls

no outgoing calls

Tested by

no test coverage detected