WoW:API IsWindowsClient: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Corrected description mistake: function should return true on a "Windows" system instead of "Macintosh" system.)
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''IsWindowsClient''' ''-Documentation by [[User:WyriHaximus|WyriHaximus]]-''</center>


Checks to see if client is running on Windows.
Checks to see if client is running on Windows.

Revision as of 16:39, 4 December 2007

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.