winamp/Src/external_dependencies/openmpt-trunk/include/premake/website/docs/verbosef.md
2024-09-24 14:54:57 +02:00

376 B
Vendored

The verbosef performs printf, printing a formatted string, but only when the verbose flag was set (ex. in the command line).

verbosef("format", ...)

Parameters

format is a formatting string containing C printf() style formatting codes. It is followed by a list of arguments to be substituted into the format string.

Return Value

None.