diag log: Difference between revisions
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:{{ | [[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{ | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] |
Revision as of 23:39, 8 June 2009
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
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.