
A
Publisher
arlez80
GDCastleDB
Tools
CastleDB Loader Database JSON Data Autoload GDScript MIT
A CastleDB loader for GodotEngine 3.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
GDCastleDB for Godot Engine 3.5 and later
A CastleDB loader for Godot Engine 3.5 and later.
Example
- Install this addon to your project
- Add *.cdb to autoload in the project setting
func f( ):
var row: = TestDB.test_sheet.get("ID_TEST")
print( row.text )
print( row.integer )
print( row.floating )
print( row.color )
TODO
License
MIT License
Author
あるる / きのもと 結衣 @arlez80