debugLog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Reverted edits by Hardrock (Talk); changed back to last version by Planck)
Line 1: Line 1:
{{Command|= Comments
[[Category:Scripting Commands|DEBUGLOG]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.96|DEBUGLOG]]
[[Category:Scripting Commands OFP 1.46|DEBUGLOG]]
[[Category:Scripting Commands ArmA|DEBUGLOG]]


|  |= Game name


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


|  |= Description
____________________________________________________________________________________________


| '''debugLog''' |= Syntax
'''Operand types:'''


|  |= Return value
'''anything:''' [[Any Value]]
____________________________________________________________________________________________


|  |= See also
'''Type of returned value:'''


}}
[[Nothing]]


<h3 style="display:none">Notes</h3>
'''Description:'''
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
Dump argument type and value to debugging output.
</dl>


<h3 style="display:none">Bottom Section</h3>


[[Category:Scripting Commands|DEBUGLOG]]
'''Example:'''
[[Category:Scripting Commands OFP 1.96|DEBUGLOG]]
 
[[Category:Scripting Commands OFP 1.46|DEBUGLOG]]
'''debugLog''' [[player]]
[[Category:Scripting Commands ArmA|DEBUGLOG]]

Revision as of 00:41, 2 August 2006


debuglog anything


Operand types:

anything: Any Value

Type of returned value:

Nothing

Description:

Dump argument type and value to debugging output.


Example:

debugLog player