Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Detecting platform in LUA

  • #1, by trepn 8 years ago Zitieren
    Is it possible to detect the running environment in LUA? I would like to use a larger font when my game is played on mobile devices to make it easier to press dialog options.
  • #2, by sebastian 8 years ago Zitieren
    Is it possible to detect the running environment in LUA? I would like to use a larger font when my game is played on mobile devides to make it easier to press dialog options.

    Hello trepn,

    there is a lua function "getProperty" where you can "ask" about different system environment depending data:



  • #3, by trepn 8 years ago Zitieren
    Awesome, tnx Sebastian!