WoW:API ToggleCombatLog: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{framexmlfunc|FrameXML/CombatLog.lua}} __NOTOC__)
Line 1: Line 1:
  <center>'''ToggleCombatLog''' ''-Documentation by AlexanderYoshi-''</center>
{{framexmlfunc|FrameXML/CombatLog.lua}} __NOTOC__
 
 
  ToggleCombatLog();


Opens/closes the combat log.
Opens/closes the combat log.


ToggleCombatLog();


----
== Parameters ==
;''Arguments''
=== Arguments ===


:''none''
:''none''


----
=== Returns ===
;''Returns''


:;nil
:;nil


----
 
;''Example''
== Example ==
  ToggleCombatLog();
  ToggleCombatLog();
;''Result''
----
;''Description''
: Opens/closes the combat log.
----
{{WoW API}}

Revision as of 15:15, 5 September 2006

WoW API < ToggleCombatLog

"I" iconThis function is implemented in Lua here FrameXML/CombatLog.lua.


ToggleCombatLog();

Opens/closes the combat log.


Parameters

Arguments

none

Returns

nil


Example

ToggleCombatLog();