Difference between revisions of "VN fnc debug message"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= vn_debug_functions |d= <pre>Show internal debug message and log to rpt file</pre> |s= [_message] call VN_fnc_debu...")
 
(No difference)

Latest revision as of 02:01, 5 May 2022

← 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;