textLog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
back to [[Scripting_Reference#T|COMREF]]
<h2 style="color:#000066">'''textLog ''anything'''''</h2>
<h2 style="color:#000066">'''textLog ''anything'''''</h2>


'''Operand types:'''
'''Operand types:'''


anything: [[Any]] Value
'''anything:''' [[Any Value]]


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


Nothing
[[Nothing]]


'''Description:'''
'''Description:'''


Dump argument value to debugging output.
Dump argument value to debugging output.


'''Example:'''
'''Example:'''


'''textLog''' player
'''textLog''' [[player]]

Revision as of 20:00, 15 April 2006

back to COMREF

textLog anything


Operand types:

anything: Any Value

Type of returned value:

Nothing

Description:

Dump argument value to debugging output.


Example:

textLog player