godot_voxel/doc/classes/VoxelStreamSQLite.xml
Marc Gilleron d5a69003c3 Add missing classes and run doctool (doctool has issues though)
VoxelGeneratorHeightmap.height_range is wrong in the doc.
VoxelTool lost all default values in doc.
These are likely Godot bugs...
2021-11-06 02:04:16 +00:00

20 lines
726 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="VoxelStreamSQLite" inherits="VoxelStream" version="3.5">
<brief_description>
Saves voxel data into a single SQLite database file.
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
<member name="database_path" type="String" setter="set_database_path" getter="get_database_path" default="&quot;&quot;">
Path to the database file. [code]res://[/code] and [code]user://[/code] are not supported at the moment. The path can be relative to the game's executable. Directories in the path must exist. If the file does not exist, it will be created.
</member>
</members>
<constants>
</constants>
</class>