Hi guys,

How can I check what the bmap is of a panel?

I have a pointer called Pointer_ItemInSlot1:

Code:
PANEL* Pointer_ItemInSlot1;



and I want to check the bmap is of the panel the pointer addresses.

Thanks for taking the time.