fn_debug

https://github.com/PhantomDevTeam/PDT-H60-Startup/blob/bugfix-improvement-documentation/Configs_Functions/functions/h60_startup/debug/fn_debug.sqf

Description: Hints and logs debug information.

Syntax: [text] call PDT_H60_Startup_fnc_debug;

Parameters: text: Stringarrow-up-right - Text to display/log. debug:Booleanarrow-up-right - (Optional, default: false) Should the text be displayed/logged.

Return value: None.

Examples: Example 1: ["Engine started"] call PDT_H60_Startup_fnc_debug; Example 2: [format ["Formatted text supported: %1", true] call PDT_H60_Startup_fnc_debug;

Last updated