6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = sdl.platform | ||
|side = shared | |||
|type = variable | |type = variable | ||
| | |games = iii vc sa iv | ||
| | |desc = fetch the platform | ||
|return = string a string representing the platform | |||
|note = [https://wiki.libsdl.org/SDL_GetPlatform View this function on the SDL Manual]<br> | |||
| | |||
| | |||
Examples of a platform name returned, include: | Examples of a platform name returned, include: | ||
* Windows | * Windows | ||
Line 14: | Line 13: | ||
* iOS | * iOS | ||
* Android | * Android | ||
|readonly = true | |||
}} | }} |
edits