dolphin_set_wiimote_angular_velocity
Set the Wii MotionPlus angular velocity (rad/s) on a specified port for games that read rotation rate from the MotionPlus add-on, such as Wii Sports Resort.
Instructions
PURPOSE: Set the Wii MotionPlus angular velocity on the given port. USAGE: Use for games that read rotation rate from the MotionPlus add-on (Wii Sports Resort, Skyward Sword). Units are radians per second around each axis. The Remote must be a MotionPlus-enabled controller in Dolphin's input config for this to take effect. BEHAVIOR: DESTRUCTIVE to angular-velocity state for the addressed port. ClearOn::NextFrame semantics. RETURNS: 'Set Wii Remote port N angular_velocity to (x, y, z)'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Wii Remote port (0-3, default 0). | |
| x | Yes | Pitch rate (rad/s). | |
| y | Yes | Yaw rate (rad/s). | |
| z | Yes | Roll rate (rad/s). |