summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/API.md b/API.md
index c7f17d8..5f740c5 100644
--- a/API.md
+++ b/API.md
@@ -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
---