Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
Tag: WoW API docs
No edit summary
Tag: WoW API docs
Line 4: Line 4:
   
 
==Details==
 
==Details==
;Name : Saves a file with the following format: "WoWScrnShot_MMDDYY_HHMMSS.tga".
+
;Name : Saves a file with the following format: <code>WoWScrnShot_MMDDYY_HHMMSS.jpg</code>
;Path : "...\World of Warcraft\Screenshots".
+
;Path : "...\World of Warcraft\_retail_\Screenshots".
;Format : The format can be controlled by CVar {{api|t=c|screenshotFormat}}. It can be set to "tga", "jpeg" (default) or "png".
+
;Format : The format is controlled by CVar {{api|t=c|screenshotFormat}} which can be set to "jpeg" (default), "png" or "tga".
   
 
==Example==
 
==Example==

Revision as of 11:23, 22 May 2022

Takes a screenshot, similar to pressing the PrtScn button.

Screenshot()

Details

Name
Saves a file with the following format: WoWScrnShot_MMDDYY_HHMMSS.jpg
Path
"...\World of Warcraft\_retail_\Screenshots".
Format
The format is controlled by CVar screenshotFormat which can be set to "jpeg" (default), "png" or "tga".

Example

/run Screenshot()