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

String database_path = ""

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( )

(This method has no documentation)

void set_key_cache_enabled( bool enabled )

(This method has no documentation)

Generated on Apr 06, 2024