sq_objtostring From Squirrel 3.0 previous page next page sq_objtostring const SQChar * sq_objtostring(HSQOBJECT * po); return the string value of a raw object reference. parameters: HSQOBJECT * po pointer to an object handler remarks: If the object doesn't reference a string it returns NULL. previous page start next page