screenshot: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page for screenshot command)
 
(Added more information)
Line 2: Line 2:
|arma3 dev|= Game name
|arma3 dev|= Game name
|1.59|= Game version
|1.59|= Game version
| Captures a screenshot and stores it to file filename.
| Captures a screenshot and stores it to file filename.<br>The file is saved into the '''Arma 3 directory'''.<br>Supported file extensions are '''jpg''', '''jpeg''' and '''png'''.


| [[screenshot]] filename|= Syntax
| [[screenshot]] filename|= Syntax
|p1= filename: [[String]] |= Parameter 1
|p1= filename: [[String]] |= Parameter 1
| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  
|x1= <code>[[screenshot]] "testFile";</code>|= EXAMPLE1  
|x1= <code>[[screenshot]] "testFile.jpg";</code>|= EXAMPLE1  


||= SEEALSO  
||= SEEALSO  

Revision as of 18:30, 20 April 2016

-wrong parameter ("arma3 dev") defined!-[[:Category:Introduced with arma3 dev version 1.59|1.59]]
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.
Supported file extensions are jpg, jpeg and png.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
screenshot "testFile.jpg";

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

[[Category:Introduced with arma3 dev version 1.59]][[ Category: arma3 dev: New Scripting Commands | SCREENSHOT]][[ Category: arma3 dev: Scripting Commands | SCREENSHOT]]

Bottom Section

Notes

Bottom Section