WoW:API ToggleFramerate: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Toogle FPS)
 
mNo edit summary
Line 27: Line 27:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|ToggleFramerate]]
[[Category:API Toggle Functions|ToggleFramerate]]

Revision as of 19:12, 27 August 2005

ToggleFramerate -Documentation by Sheng-

Show/Hide the FPS.

ToggleFramerate();

Arguments
none

Returns
nil

Example
ToggleFramerate();
Result

Description
Toogle FPS, essentially equal to CTRL+R

Template:WoW API