Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
mNo edit summary
Line 13: Line 13:
   
 
==Notes==
 
==Notes==
*This function starts to return 1 after event "PLAYER_REGEN_DISABLED" has been fired
+
*This function starts to return 1 after event "PLAYER_REGEN_DISABLED" has been fired.
 
*Returns nil once again once event "PLAYER_REGEN_ENABLED" has been fired.
 
*Returns nil once again once event "PLAYER_REGEN_ENABLED" has been fired.

Revision as of 00:33, 4 January 2007

Determinates if in-combat lockdown restrictions are active or not. These restrictions prevent access to some API functions and frame methods while in combat.

InCombatLockdown()

Parameters

Arguments

none

Return

nil or 1

Notes

  • This function starts to return 1 after event "PLAYER_REGEN_DISABLED" has been fired.
  • Returns nil once again once event "PLAYER_REGEN_ENABLED" has been fired.