WoW:API Screenshot: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
This function will take a screenshot
{{wowapi}} __NOTOC__


This function will take a screenshot.
Screenshot()
== Parameters ==
== Parameters ==
=== Arguements ===
:()


=== Function ===
=== Returns ===
:;Screenshot() : Capture screen, same as pressing the PrtScn button on your keyboard.
:<i>nil</i>


=== Naming ===
== Example ==
/script Screenshot();
 
==== 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.
:;Naming : Save a file with the following format: "WoWScrnShot_MMDDYY_HHMMSS.tga".
:;Naming : Save a file with the following format: "WoWScrnShot_MMDDYY_HHMMSS.tga".
:;Path : "...\World of Warcraft\Screenshots".
:;Path : "...\World of Warcraft\Screenshots".


=== Example ===
/script Screenshot();




----
----
{{template:WoW API}}


: [[User:Gilean|Gilean]] 13:48, 2 July 2006 (CDT)
: [[User:Golgor|Golgor]] 15:13, 6 April 2006 (EDT)
: [[User:Golgor|Golgor]] 15:13, 6 April 2006 (EDT)

Revision as of 16:44, 2 July 2006

WoW API < Screenshot

This function will take a screenshot.

Screenshot()

Parameters

Arguements

()

Returns

nil

Example

/script Screenshot();

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.
Naming
Save a file with the following format: "WoWScrnShot_MMDDYY_HHMMSS.tga".
Path
"...\World of Warcraft\Screenshots".



Gilean 13:48, 2 July 2006 (CDT)
Golgor 15:13, 6 April 2006 (EDT)