JDB
- Found in:
- JContainers
Inheritance Tree
No indexed scripts extend this script.
Properties
Events
Functions
- Found in:
- JContainers
[DEV SERVER] Loading description...
- Found in:
- JContainers
- Found in:
- JContainers
- Found in:
- JContainers
- Found in:
- JContainers
- Found in:
- JContainers
Attempts to assign the @value. Returns false if no such path.
If 'createMissingKeys=true' it creates any missing path elements: JDB.solveIntSetter(".frostfall.keyB", 10, true) creates {frostfall: {keyB: 10}} structure
- Found in:
- JContainers
- Found in:
- JContainers
- Found in:
- JContainers
- Found in:
- JContainers
- Found in:
- JContainers
Associates(and replaces previous association) container object with a string key.
destroys association if object is zero
for ex. JDB.setObj("frostfall", frostFallInformation) will associate 'frostall' key and frostFallInformation so you can access it later
- Found in:
- JContainers
Returns true, if JDB capable resolve given @path, i.e. if it able to execute solve* or solver*Setter functions successfully
- Found in:
- JContainers
returns new array containing all JDB keys
- Found in:
- JContainers
returns new array containing all containers associated with JDB
- Found in:
- JContainers
writes storage data into JSON file at given path
- Found in:
- JContainers
Returns underlying JDB's container - an instance of JMap.
The object being owned (retained) internally, so you don't have to (but can) retain or release it.
