VN_fnc_debug_message

From Savage Game Design Wiki
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): n/a
Effect(s): unknown

Description

Show internal debug message and log to rpt file

Syntax

Syntax
[_message] call VN_fnc_debug_message;
Parameters
_message: String - (Optional, default "") Text to be sent.
Return value
Boolean - Function reached the end

Examples

Example 1
["Example Error"] call vn_fnc_debug_message;