Uses of Enum Class
VASSAL.build.GameModule.GameFileMode
Package
Description
Provides classes for building Java instances automatically from XML
files.
-
Uses of GameModule.GameFileMode in VASSAL.build
Modifier and TypeMethodDescriptionGameModule.getGameFileMode()
static GameModule.GameFileMode
Returns the enum constant of this class with the specified name.static GameModule.GameFileMode[]
GameModule.GameFileMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
GameModule.setGameFile
(String gameFile, GameModule.GameFileMode mode) Sets the most recent .VSAV / .VLOG file saved, loaded, or logged to, along with the type of action taken with that file.void
GameModule.setGameFileMode
(GameModule.GameFileMode mode) Sets the type of interaction we most recently had with saving/loading/replaying/logging, for managing title bars of windows.