SDL.GetPlatform
Function
Server and Client
Online and Offline
Available since Server 1.0.0, Client 1.0.0
string SDL.GetPlatform(void)
The SDL.GetPlatform function is used to fetch the platform.
Parameters
void | This function doesn't take any parameters. |
Return
string | A string representing the platform. |
Notes
- View this function on the SDL Manual.
- Examples of a platform name returned, include:* Windows* Mac OS X* Linux* iOS* Android.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.