echo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 7: Line 6:


|gr1= Diagnosis |GROUP1=
|gr1= Diagnosis |GROUP1=
____________________________________________________________________________________________


| Sends any text into the debugger console or the logfile. Present in internal version only, not working in the retail version. |DESCRIPTION=
| Sends any text into the debugger console or the logfile. Present in internal version only, not working in the retail version. |DESCRIPTION=
____________________________________________________________________________________________


| '''echo''' text |SYNTAX=
| '''echo''' text |SYNTAX=
Line 17: Line 14:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <pre>echo "Text in logfile"</pre> |EXAMPLE1=
|x1= <pre>echo "Text in logfile"</pre> |EXAMPLE1=
____________________________________________________________________________________________


| [[diag_log]] |SEEALSO=
| [[diag_log]] |SEEALSO=

Revision as of 02:15, 17 January 2021

Hover & click on the images for description

Description

Description:
Sends any text into the debugger console or the logfile. Present in internal version only, not working in the retail version.
Groups:
Diagnosis

Syntax

Syntax:
echo text
Parameters:
text: String
Return Value:
Nothing

Examples

Example 1:
echo "Text in logfile"

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