m
Move page script moved page API Screenshot to WoW:API Screenshot without leaving a redirect
m (Remove singatures made using ~ in main namespace) |
m (Move page script moved page API Screenshot to WoW:API Screenshot without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 5: | Line 5: | ||
Screenshot() | Screenshot() | ||
== Parameters == | == Parameters == | ||
=== | === Arguments === | ||
:() | :() | ||
| Line 16: | Line 16: | ||
==== Result ==== | ==== Result ==== | ||
:This function does same thing as pressing the PrtScn button on your keyboard. It will capture a screen image and write it to a file. | :This function does same thing as pressing the PrtScn button on your keyboard. It will capture a screen image and write it to a file. | ||
:;Naming : Save a file with the following format: "WoWScrnShot_MMDDYY_HHMMSS.tga". | :;Naming | ||
:;Path : "...\World of Warcraft\Screenshots". | :: Save a file with the following format: "WoWScrnShot_MMDDYY_HHMMSS.tga". | ||
:;Format :The format can be controlled by the "screenshotFormat" Config.wtf variable which was introduced in Patch 1.11. It can be set to "tga" | :;Path | ||
:: "...\World of Warcraft\Screenshots". | |||
:;Format | |||
::The format can be controlled by the "screenshotFormat" Config.wtf variable which was introduced in Patch 1.11. It can be set to "tga" or "jpeg". | |||
---- | ---- | ||