Scripting API Documentation Questions

 From:  Michael Gibson
3562.2 In reply to 3562.1 
Hi Dave,

> So I'm thinking that I will just document them as 'unusable
> from Javascript'. Does that sound about right to you?

Yup, that's correct - Javascript does not have any mechanism set up to call those particular functions with multiple out values.


> BTW, I assume these APIs simply copy the object attribute
> values back to the supplied [out] pointer values, right?

Yup, it's just copying the same values as you would get from box.min.x, box.min.y, etc...

- Michael