VN_fnc_debug_message
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
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;