WoW:API ToggleFramerate: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 25: Line 25:


: Toogle FPS, essentially equal to CTRL+R
: Toogle FPS, essentially equal to CTRL+R
----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|ToggleFramerate]]
[[Category:API Toggle Functions|ToggleFramerate]]

Revision as of 05:53, 4 January 2006

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