screenshot: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
(Changed example to png) |
||
Line 7: | Line 7: | ||
|p1= filename: [[String]] |= Parameter 1 | |p1= filename: [[String]] |= Parameter 1 | ||
| [[Nothing]] |= RETURNVALUE | | [[Nothing]] |= RETURNVALUE | ||
|x1= <code>[[screenshot]] "testFile. | |x1= <code>[[screenshot]] "testFile.png";</code>|= EXAMPLE1 | ||
||= SEEALSO | ||= SEEALSO |
Revision as of 17:57, 20 April 2016
Description
- Description:
- Captures a screenshot and stores it to file filename.
The file is saved into the Arma 3 directory. Image format is PNG. - 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
[[Category:Introduced with arma3 dev version 1.59]][[ Category: arma3 dev: New Scripting Commands | SCREENSHOT]][[ Category: arma3 dev: Scripting Commands | SCREENSHOT]]