WoW:API GetBattlefieldInstanceExpiration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetBattlefieldInstanceExpiration to API GetBattlefieldInstanceExpiration without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
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 === | ||
:; | :;expiration : Integer - the number of milliseconds before the Battlefield will close after a battle is finished. This is 0 before the battle is finished. |
Latest revision as of 04:45, 15 August 2023
← WoW API < GetBattlefieldInstanceExpiration
Get shutdown timer for the battlefield instance.
expiration = GetBattlefieldInstanceExpiration()
Parameters[edit]
Returns[edit]
- expiration
- Integer - the number of milliseconds before the Battlefield will close after a battle is finished. This is 0 before the battle is finished.