screenshot: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Changed example to png)
mNo edit summary
Line 1: Line 1:
{{Command|= Comments
{{Command|= Comments
|arma3 dev|= Game name
____________________________________________________________________________________________
|1.59|= Game version
 
| arma3 |= Game name
|1.60|= Game version
____________________________________________________________________________________________
 
| Captures a screenshot and stores it to file filename.<br>The file is saved into the '''Arma 3 directory'''. Image format is PNG.
| Captures a screenshot and stores it to file filename.<br>The file is saved into the '''Arma 3 directory'''. Image format is PNG.
{{warning|This command is not final and might be changed in a near future.}}|=
{{warning|This command is not final and might be changed in a near future.}}|=
____________________________________________________________________________________________
| [[screenshot]] filename|= Syntax
| [[screenshot]] filename|= Syntax
|p1= filename: [[String]] |= Parameter 1
|p1= filename: [[String]] |= Parameter 1
| [[Nothing]] |= RETURNVALUE  
 
| [[Nothing]] |= RETURNVALUE
____________________________________________________________________________________________
 
|x1= <code>[[screenshot]] "testFile.png";</code>|= EXAMPLE1  
|x1= <code>[[screenshot]] "testFile.png";</code>|= EXAMPLE1  



Revision as of 17:03, 30 May 2016

Hover & click on the images for description

Description

Description:
Captures a screenshot and stores it to file filename.
The file is saved into the Arma 3 directory. Image format is PNG.
This command is not final and might be changed in a near future.
Groups:
Uncategorised

Syntax

Syntax:
screenshot filename
Parameters:
filename: String
Return Value:
Nothing

Examples

Example 1:
screenshot "testFile.png";

Additional Information

See also:
See also needed

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

Bottom Section

Notes

Bottom Section