id of the specified object type.
The id of the specified highlight channel.
Whether the specified object type has been highlighted through the specified channel. If specified channel does not exist this is also false.
osrs.ClientOp.highlightObjTypeOn(osrs.gamevals.objtypes.egg, 9)
-- Prints: true
osrs.print(tostring(osrs.ClientOp.highlightObjTypeChannelActive(osrs.gamevals.objtypes.egg, 9)))
osrs.ClientOp.highlightObjTypeOff(osrs.gamevals.objtypes.egg, 9)
-- Prints: false
osrs.print(tostring(osrs.ClientOp.highlightObjTypeChannelActive(osrs.gamevals.objtypes.egg, 9)))
Finds if the specified object type has been highlighted through the specified channel.