Returns the scaling factor. The default is 1,1,1
After calling this function
scale[0] will hold the X scaling factor
scale[1] will hold the Y scaling factor
scale[2] will hold the Z scaling factor
Example:
double scale[3];
STATE_object_get_scale(my_object,scale);