I've been looking through the scripting guide, but I must be missing something - I'm trying to find a way to get the name or ID of the software cursor that's currently being displayed. Is this possible?
Thanks!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
If it's currently set to an Interaction icon set in the Cursor Manager (i.e. not currently an Inventory cursor), you can read the GetSelectedCursorID function:
To convert this into the label defined in the Cursor Manager:
That's it! Thank you Chris!