WoW:API IsWindowsClient: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(Corrected description mistake: function should return true on a "Windows" system instead of "Macintosh" system.)
Line 20: Line 20:
;''Description''
;''Description''


: Will check the user client and return true if the client is running on a Macintosh system.
: Will check the user client and return true if the client is running on a Windows system.


----
----

Revision as of 04:02, 19 November 2007

WoW API < IsWindowsClient

IsWindowsClient -Documentation by WyriHaximus-

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.