Function PCKPacker.flush
Writes the files specified using all addFile
calls since the last flush. If verbose
is true
, a list of files added will be printed to the console for easier debugging.
godot .core .defs .GodotError flush
(
const(bool) verbose = false
) nothrow @nogc;