WoW:API ToggleCombatLog: Difference between revisions

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


: Opens/closes the combat log.
: Opens/closes the combat log.
----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|ToggleCombatLog]]
[[Category:API Toggle Functions|ToggleCombatLog]]

Revision as of 05:53, 4 January 2006

ToggleCombatLog -Documentation by AlexanderYoshi-

Opens/closes the combat log.

ToggleCombatLog();

Arguments
none

Returns
nil

Example
ToggleCombatLog();
Result

Description
Opens/closes the combat log.

Template:WoW API