diag log: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 12: Line 12:
| '''diag_log''' anything |= Syntax
| '''diag_log''' anything |= Syntax


|p1= anything: [[Any]] -  |= PARAMETER1  
|p1= anything: [[Anything]] -  |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
Line 42: Line 42:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAMEE}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAMEE}}}}]]

Revision as of 00:34, 9 June 2009

Hover & click on the images for description

Description

Description:
Dumps the argument's type and value to the report file.
Groups:
Uncategorised

Syntax

Syntax:
diag_log anything
Parameters:
anything: Anything -
Return Value:
Nothing

Examples

Example 1:
(example)

Additional Information

See also:
diag fpsdiag fpsmindiag framenodiag tickTime

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Worldeater
ARMA2 (1.01.57631) crashes when diag_log is feed more than 1019 characters.

Bottom Section