Click or drag to resize

PCKPackerFlush Method

Writes the files specified using all AddFile(String, String) calls since the last flush. If verbose is true, a list of files added will be printed to the console for easier debugging.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Flush(
	bool verbose = false
)

Parameters

verbose (Optional)
Type: SystemBoolean

[Missing <param name="verbose"/> documentation for "M:Godot.PCKPacker.Flush(System.Boolean)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.PCKPacker.Flush(System.Boolean)"]

See Also