echo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Some wiki formatting)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma1
|game1= arma1
|version1= 1.00


|1.00
|game2= arma2
|version2= 1.00


|gr1= Diagnosis
|game3= arma2oa
|version3= 1.50


| Sends any text into the debugger console or the logfile. Present in internal version only, not working in the retail version.
|game4= tkoh
|version4= 1.00


| '''echo''' text
|game5= arma3
|version5= 0.50
 
|gr1= Diagnostic
 
|gr2= Broken Commands
 
|descr= Sends any text into the debugger console or the logfile. This command is only '''present in internal version ''' not in the retail version. Use [[diag_log]] instead!
 
|s1= [[echo]]  text


|p1= text: [[String]]
|p1= text: [[String]]


| [[Nothing]]
|r1= [[Nothing]]
 
|x1= <pre>echo "Text in logfile"</pre>


| [[diag_log]]
|x1= <sqf>echo "Text in logfile";</sqf>
 
|seealso= [[diag_log]]
}}
}}
[[Category:Scripting Commands|ECHO]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 14:29, 22 May 2022

Hover & click on the images for description

Description

Description:
Sends any text into the debugger console or the logfile. This command is only present in internal version not in the retail version. Use diag_log instead!
Groups:
DiagnosticBroken Commands

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