Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

API Class: Tools.RuntimePlatform

D1G1T4L3CH0 edited this page Feb 12, 2015 · 1 revision

Summary

Determines runtime platform.

Example(s)

  • Lua
    Determines runtime platform and prints it to the console.
Tools.WriteLine(tostring(Tools.RuntimePlatform))

Clone this wiki locally