WoW:API IsMacClient: Difference between revisions
Jump to navigation
Jump to search
IsMacClient -Documentation by Astinus-
(Checks client system.) |
No edit summary |
||
Line 16: | Line 16: | ||
:;true - If running on a Mac | :;true - If running on a Mac | ||
:; | :;false - If running on a PC | ||
---- | ---- |
Revision as of 05:12, 5 August 2005
Checks to see if client is running on a Macintosh.
IsMacClient();
- Arguments
- (Number startTime)
- startTime
- Begin moving backward at this time
- Returns
- true - If running on a Mac
- false - If running on a PC
- Description
- Will check the user client and return true if the client is running on a Macintosh system.
--Astinus 20:32, 31 Jan 2005 (EST)