This interface is used to support handling mouse selection behavior, such as providing information on currently hovered entities.
Returns a list of entities currenty hovered by the mouse (Locs, Objs, NPCs, Players).
List of entities hovered by the mouse
for _, entity in pairs(osrs.Engine.MousePickingHelper:GetPickedEntityTypecodes()) do osrs.print(entity:getName())end Copy
for _, entity in pairs(osrs.Engine.MousePickingHelper:GetPickedEntityTypecodes()) do osrs.print(entity:getName())end
This interface is used to support handling mouse selection behavior, such as providing information on currently hovered entities.