textLog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (sa)
m (template:command argument fix)
Line 8: Line 8:


| Dump argument value to debugging output. <br>
| Dump argument value to debugging output. <br>
{{warning|This command is non-functional in the retail version}}|= Description
{{warning|This command is non-functional in the retail version}}|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''textLog''' anything |= Syntax
| '''textLog''' anything |SYNTAX=


|p1= anything: [[Any Value]] |= Parameter 1
|p1= anything: [[Any Value]] |PARAMETER1=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>textLog [[player]]</code> |= Example 1
|x1= <code>textLog [[player]]</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[diag_log]] |= See also
| [[diag_log]] |SEEALSO=


}}
}}

Revision as of 15:50, 7 April 2019

Hover & click on the images for description

Description

Description:
Dump argument value to debugging output.
This command is non-functional in the retail version
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
textLog player

Additional Information

See also:
diag_log

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