sq_objtostring

Squirrel 3.0

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.