screenshot: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
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.<br>The file is saved into the '''Arma 3 directory'''.<br>Supported file extensions are '''jpg''', '''jpeg''' and '''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

Revision as of 18:41, 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. 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.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