Class enchant.nineleap.memory.LocalStorage
- Defined in: memory.enchant.js
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.nineleap.memory.LocalStorage(requestType, callback)
デバッグ用にローカルストレージを用いるクラス
|
Field Attributes | Field Name and Description |
---|---|
<static> |
enchant.nineleap.memory.LocalStorage.DEBUG_MODE
Debug mode setting
change true to alter using html5 localStorage api for game memory.
|
<static> |
enchant.nineleap.memory.LocalStorage.GAME_ID
To debug, setting game ID
Don't change this if you don't upload game to 9leap.net yet.
|
Class Detail
enchant.nineleap.memory.LocalStorage(requestType, callback)
デバッグ用にローカルストレージを用いるクラス
- Parameters:
- requestType
- callback
Field Detail
<static>
enchant.nineleap.memory.LocalStorage.DEBUG_MODE
Debug mode setting
change true to alter using html5 localStorage api for game memory.
<static>
enchant.nineleap.memory.LocalStorage.GAME_ID
To debug, setting game ID
Don't change this if you don't upload game to 9leap.net yet.