debugLog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#D|COMREF]] | |||
<h2 style="color:#000066">'''debuglog ''anything'''''</h2> | <h2 style="color:#000066">'''debuglog ''anything'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
anything: [[Any]] | '''anything:''' [[Any Value]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | [[Nothing]] | ||
'''Description:''' | '''Description:''' | ||
Dump argument type and value to debugging output. | Dump argument type and value to debugging output. | ||
'''Example:''' | '''Example:''' | ||
'''debugLog''' player | '''debugLog''' [[player]] |