-
-
Notifications
You must be signed in to change notification settings - Fork 621
verbosef
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Home > [Scripting Reference](Scripting Reference) > verbosef
The verbosef performs printf, printing a formatted string, but only when the verbose flag was set (ex. in the command line).
verbosef("format", ...)
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.
None.