Rotation Manager
Setup
rotationManager.setPriority(10);Registering Callbacks
onRotate
rotationManager.onRotate(() => {
rotationManager.rotate(targetYaw, targetPitch, 8.0);
});onUpdateNoRotate
rotationManager.onUpdateNoRotate(() => {
// another module is rotating β idle tick
});Rotating
Reading the Current Spoofed Angles
Priority List
Module
Priority
Last updated