element.getRotation: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 6: Line 6:
|parameters = void
|parameters = void
|returnTypes = Vec3
|returnTypes = Vec3
|usage = fetch the 3D rotation for the element, in XYZ euler angles, in radians
|usage = fetch the 3D rotation for the element, in XYZ euler angles, in radians.<br><br>Note: This function is depreciated, please use the [[element.rotation|element.rotation]] property instead.
|returnInfo = a Vec3 containing the rotation of the element, in XYZ euler angles, in radians
|returnInfo = a Vec3 containing the rotation of the element, in XYZ euler angles, in radians
|returnFail1 = Vec3 Vec3(0.0,0.0,0.0)
|returnFail1 = Vec3 Vec3(0.0,0.0,0.0)
|notes = This function is computationally expensive, use [[Entity.heading|Entity.heading]] instead if you only need to fetch the Z rotation.
|notes = This function is computationally expensive, use [[Entity.heading|Entity.heading]] instead if you only need to fetch the Z rotation.
}}
}}
6,833

edits