mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
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