WoW:API GetBattlefieldInstanceExpiration: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
({{wowapi}})
Line 1: Line 1:
{{wowapi}}
Get shutdown timer for the battlefield instance.
Get shutdown timer for the battlefield instance.


  GetBattlefieldInstanceExpiration()
  expiration = GetBattlefieldInstanceExpiration()


== Parameters ==
=== Returns ===
=== Returns ===
:;arg1 : Integer - the number of second multiplied by 1000 before the Battlefield will close after a battle is finished.  This is 0 before the battle is finished.
:;expiration : Integer - the number of milliseconds before the Battlefield will close after a battle is finished.  This is 0 before the battle is finished.

Revision as of 11:29, 27 August 2006

WoW API < GetBattlefieldInstanceExpiration

Get shutdown timer for the battlefield instance.

expiration = GetBattlefieldInstanceExpiration()

Parameters

Returns

expiration
Integer - the number of milliseconds before the Battlefield will close after a battle is finished. This is 0 before the battle is finished.