View Single Post
10-18-22, 07:42 PM   #5
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,335
You can also try the /dump command instead of writing a script to print it. /dump iterates tables where print() just runs tostring() on everything, which spits out pointer addresses.
Code:
/dump C_BarberShop.GetAvailableCustomizations()
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote