Gathering position of the interface
OnPositionUpdate
RegisterNetEvent('ZSX_UI:Storage:OnPositionUpdate')
AddEventHandler('ZSX_UI:Storage:OnPositionUpdate', function(component, position, width, height)
--@param component STRING {
-- hud
-- progressBar
-- carhud
-- notifies
--}
--@param position OBJECT {
-- x: x
-- y: y
--}
--@param width NUMBER (PX)
--@param height NUMBER (PX)
end)Last updated