Module object.group

Properties of the group object most of these properties are optional !

group is an object used for managing your ui lets say you want to have several objects that you want to make invisible with just one line well you put them in a group and then you make that group not be visible.

easy you can also use groups to make your ui code cleaner and more managed

Tables

properties group OBJECT CREATION PROPERTIES
read_properties group OBJECT READ PROPERTIES


Tables

properties
group OBJECT CREATION PROPERTIES

Fields:

  • x [number] the starting x position of the group
  • y [number] the starting y position of the group
  • width [number] the starting width of the group
  • height [number] the starting height of the group
  • bef_draw [function] the function that gets ran when the logic.lua file of this group gets ran
read_properties
group OBJECT READ PROPERTIES

Fields:

  • window [table] the standard window object for this group
  • gui [guih.main_ui] the child gui thats in this group
generated by LDoc 1.4.6 Last updated 2022-06-23 16:51:50