Jump to content

meia-lua

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by meia-lua

  1. Hi @Argent Arts, I mean actually full-screen, taking up the entire window, hiding other UI elements. Thanks.
  2. meia-lua

    import()

    Well yes but what happens if the same file is imported from multiple points in your application, For example if I have 3 scripts 'util.lua', 'math.lua' and 'main.lua'. In main.lua I import both 'ulti.lua' and 'math.lua' and in 'math.lua' I import 'util.lua'. I would have thought this sort of thing would be documented.
  3. meia-lua

    import()

    Hello, Is there no documentation on import() as far as I remember this isn't part of Lua. Thanks.
  4. Hello, It would be nice to see an option to a single viewport full-screen and hide the cutter of the desktop. Thanks.
  5. Thanks for the details Josh
  6. Hello, After calling some of the LeadWerks functions in Lua it dawned upon me that I have no idea how they have been implemented (not that it makes any difference to use them), I would just like to understand how they have been implemented. I thought the classes would just be Lua tables and then methods are elements within the table but the length of any class is zero. It also appears that the Script class has been implemented differently and doesn't exist as a Lua object. I have seen function calls like this: Wouldn't self be redundant if Lua represented all classes such as entity as tables.
  7. Excellent thanks for the prompt response.
  8. Hello Leadwerkers, I am new here at the community, I was wondering if there is a definitive list of supported file formats?
×
×
  • Create New...