Sets an AnimBone's scale using the specified mode flag. Possible mode flags include:
0 = Sets the bone's local scale
1 = Offsets the bone's local scale
The AnimObject must be updated using AnimObject_Update before the changes will become visible.
Note: Scaling should be performed uniformly to prevent lighting issues, the shader does not have access to inverse transpose matrices which would be required to properly transform the vertex normals.