WoW API: IsWindowsClient

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API IsWindowsClient to API IsWindowsClient without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < IsWindowsClient

Checks to see if client is running on Windows.

IsWindowsClient();

Arguments

none


Returns
true - If running on a Windows
false - If running on a Mac or Linux Box

Description
Will check the user client and return true if the client is running on a Windows system.
If running on Linux with WINE, this returns true. IsLinuxClient(); is a relic from the World of Warcraft beta when there was a Linux client available.