GetPlatform.

This commit is contained in:
jussi
2024-05-20 17:56:28 +03:00
parent 9edaf7a47b
commit c95c797da6
6 changed files with 41 additions and 0 deletions

8
API.md
View File

@@ -4496,6 +4496,14 @@ Set Lua garbage collection to unload object data
---
> platform = RL.GetPlatform()
Get platform. Returns "Windows", "Linux", "FreeBSD", "OpenBSD", "Apple" or "Emscripten"
- Success return string
---
## Core - Files management functions
---