debugLog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reverted edits by Hardrock (Talk); changed back to last version by Planck)
m (moved to template)
Line 4: Line 4:
[[Category:Scripting Commands ArmA|DEBUGLOG]]
[[Category:Scripting Commands ArmA|DEBUGLOG]]


{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">'''debuglog ''anything'''''</h2>
| ofp |= Game name


| 1.0|= Game version
____________________________________________________________________________________________


'''Operand types:'''
| Dump argument type and value to debugging output.|= Description
____________________________________________________________________________________________


'''anything:''' [[Any Value]]
| '''debugLog''' anything |= Syntax
|p1 = anything: [[Any Value]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
|x1 = <code>'''debugLog''' [[player]]</code>
|  |= See also


'''Type of returned value:'''
}}


[[Nothing]]
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Dump argument type and value to debugging output.
<h3 style="display:none">Bottom Section</h3>
 
 
'''Example:'''
 
'''debugLog''' [[player]]

Revision as of 21:04, 5 August 2006


Hover & click on the images for description

Description

Description:
Dump argument type and value to debugging output.
Groups:
Uncategorised

Syntax

Syntax:
debugLog anything
Parameters:
anything: Any Value
Return Value:
Nothing

Examples

Example 1:
debugLog player

Additional Information

See also:
See also needed

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

Bottom Section