571 B
571 B
Function: ReplaceWidgetFromClient(player, widget_id, x, y, z, grid_id)
Description: Can relocate a widget from its current location in the client map to a new location. Must be called after client has sent sys_client_avatar_ready
Parameters:
player
(Spawn) - Spawn object representingplayer
.widget_id
(uint32) - Integer valuewidget_id
.x
(int32) - Integer valuex
.y
(int32) - Integer valuey
.z
(int32) - Integer valuez
.grid_id
(uint32) - Integer valuegrid_id
.
Returns: None.
Example:
Example Required