clear type_db

Clear the TypeDB cache present in the project.

Hint

This program requires a project to work with. Please provide the project information by supplying the following arguments:

–root_path=, -R=

The projects root path, including the generator target files

–goc_path=, -P=

The folder the godot-object-compiler can place files in

–generated_path=, -G=

The folder the godot-object-compiler should place generated files in

–cache_path=, -C=

The godot-object-compiler cache folder, including the type database

–include_paths=, -I=

The generators include paths, comma seperated. Must include the godot-cpp include and gen/include paths.

–sources=, -S=

The generators target source file paths, comma seperated.

–godot_cpp=, -GPP=

The path to the godot-cpp repositories root used with your extension.

–extension_api=, -E=

The path to the extension api json file to be used with your extension.

–source_parser=, -SP=

The name of the source parser to be used by godot-object-compiler.

You can also use a godot-object-compiler project file alternatively.

Help Text:

Clear the type database.