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

Method isActive

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

Indicates of the current object is allowed to be active on the PlayerCharacter. This is controlled by "new formula" Requirements. @param aPC The PlayerCharaceter on which to check whether the calling object is allowed to be active. @return true if this object is allowed to be

(PlayerCharacter aPC)

Source from the content-addressed store, hash-verified

107 * false otherwise
108 */
109 public boolean isActive(PlayerCharacter aPC);
110}

Callers 2

getValueAtMethod · 0.65
passesAllMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected