Wowpedia

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

READ MORE

Wowpedia
mNo edit summary
DDCBot (talk | contribs)
m (→‎Returns: .apitype)
Tag: WoW API docs
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
+
{{wowapi|t=a|system=Expansion}}
 
Returns whether the player is using a trial (free-to-play) account.
 
Returns whether the player is using a trial (free-to-play) account.
isTrial = IsTrialAccount()
+
isTrialAccount = IsTrialAccount()
   
== Returns ==
+
==Returns==
; isTrial : Flag - <code>1</code> if on a free-to-play account, <code>nil</code> otherwise.
+
;isTrialAccount : <span class="apitype">boolean</span> - Returns true if on a free-to-play account
   
== Patch history ==
+
==Patch changes==
{{Patch 4.1.0|note=Added.}}
+
* {{Patch 4.1.0|note=Added.}}

Revision as of 00:02, 20 August 2021

Returns whether the player is using a trial (free-to-play) account.

isTrialAccount = IsTrialAccount()

Returns

isTrialAccount
boolean - Returns true if on a free-to-play account

Patch changes