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

Method getPc

code/src/java/pcgen/core/VariableProcessor.java:756–759  ·  view source on GitHub ↗

Retrieve the PlayerCharacter object that this VariableProcessor instance serves. @return The PlayerCharacter instance.

()

Source from the content-addressed store, hash-verified

754 * @return The PlayerCharacter instance.
755 */
756 public PlayerCharacter getPc()
757 {
758 return pc;
759 }
760}

Callers 7

getPCMethod · 0.45
updateVariablesMethod · 0.45
getPCMethod · 0.45
runMethod · 0.45
runMethod · 0.45
getPCMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected