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

Method getSquareSize

code/src/java/pcgen/core/GameMode.java:1114–1117  ·  view source on GitHub ↗

Get square size. @return square size

()

Source from the content-addressed store, hash-verified

1112 * @return square size
1113 */
1114 public double getSquareSize()
1115 {
1116 return squareSize;
1117 }
1118
1119 /**
1120 * Get the set unit.

Callers 3

getSquaresTokenMethod · 0.80
getSquaresTokenMethod · 0.80
getSquaresTokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected