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

Method getSRToken

code/src/java/plugin/exporttokens/SRToken.java:50–53  ·  view source on GitHub ↗

Get the value of the SR token for export @param pc @return the value of the SR token for export

(PlayerCharacter pc)

Source from the content-addressed store, hash-verified

48 * @return the value of the SR token for export
49 */
50 public static int getSRToken(PlayerCharacter pc)
51 {
52 return pc.getSR();
53 }
54}

Callers 1

getTokenMethod · 0.95

Calls 1

getSRMethod · 0.45

Tested by

no test coverage detected