Class UiUpdate

Tables

uiupdate.instance

Methods

uiupdate:new (moved_left, moved_right, moved_top, moved_bottom, rotated, unioned)
uiupdate:delta_offset ()
uiupdate:merge (other)

Metamethods

uiupdate:__data ()
uiupdate:__tostring ()


Tables

uiupdate.instance

Fields:

  • moved_left bool
  • moved_right bool
  • moved_top bool
  • moved_bottom bool
  • rotated bool
  • unioned bool

Methods

uiupdate:new (moved_left, moved_right, moved_top, moved_bottom, rotated, unioned)

Parameters:

  • moved_left bool
  • moved_right bool
  • moved_top bool
  • moved_bottom bool
  • rotated bool
  • unioned bool

Returns:

    UiUpdate
uiupdate:delta_offset ()

Returns:

    lualife.models.Point
uiupdate:merge (other)

Parameters:

Returns:

    UiUpdate

Metamethods

uiupdate:__data ()

Returns:

    tab table with instance fields (see the luaserialization library)
uiupdate:__tostring ()

Returns:

    string stringified table with instance fields (see the luaserialization library)
generated by LDoc 1.5.0 Last updated 2025-02-02 05:48:05