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:delta_offset ()
-
Returns:
-
lualife.models.Point
- uiupdate:merge (other)
-
Parameters:
- other UiUpdate
Returns:
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)