VoxelStreamSQLite

Inherits: VoxelStream

Saves voxel data into a single SQLite database file.

Properties:

Type Name Default
String database_path ""

Methods:

Return Signature
bool is_key_cache_enabled ( ) const
void set_key_cache_enabled ( bool enabled )

Property Descriptions

Path to the database file. res:// and user:// 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.

Method Descriptions

  • bool is_key_cache_enabled( )

  • void set_key_cache_enabled( bool enabled )

Generated on Sep 12, 2023