diag log: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 37: Line 37:
<dd class="note">
<dd class="note">
ARMA2 (1.01.57631) crashes when ''diag_log'' is feed more than 1019 characters.
ARMA2 (1.01.57631) crashes when ''diag_log'' is feed more than 1019 characters.
</dd>
<dt class="note">[[User:Master85|Master85]]</dt>
<dd class="note">
To dump a string without "" use [[text]].
</dd>
</dd>
<!-- Note Section END -->
<!-- Note Section END -->
Line 42: Line 47:


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

Revision as of 00:39, 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.
Master85
To dump a string without "" use text.

Bottom Section