David Bengali 1 Posted July 25, 2020 Hi I am wondering where we can find documentation on new functions in 2020 such as vsoStateGetRotN and how they differ from the previous versions? The function reference wiki currently has no information other than the parameter names. thanks! Quote Share this post Link to post
Miguel Barrera 18 Posted August 5, 2020 The difference is that the old returns a real which is the angle in the x-y plane while the new returns a vector which describes an angle in 3D space. I have not used it but I suspect that this is a unit vector so an angle in the x-y plane will return a vector with values between 0 and 1 for the x and y values and zero for the z angle. Quote Share this post Link to post