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

Method getUseGUI

code/src/java/pcgen/core/Globals.java:405–408  ·  view source on GitHub ↗

TRUE if using UI @return TRUE if using UI

()

Source from the content-addressed store, hash-verified

403 * @return TRUE if using UI
404 */
405 static boolean getUseGUI()
406 {
407 return useGUI;
408 }
409
410 /**
411 * This method is called by the persistence layer to

Callers 1

addLevelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected