API Docs for:
Show:

gs.GameStorageLocations Class

An enumeration of game storage locations.

Constructor

gs.GameStorageLocations

() final static

Item Index

Properties

Properties

APP_DATA_DIRECTORY

Number final static

Stores game data in local app-data directory depending on the operating system.

INTERNAL_STORAGE

Number final static

Stores game data in internal storage.

WORKING_DIRECTORY

Number final static

Stores game data in working directory which is next to the executable file in most cases.