DECLARE_FUNCTION_REQUIRED_INARG(SetTrackedListenerRigidBodyRotation,rotation,"real 1x4","Tracked listener rigid body rotation (quaternion values with w (real), i, j, k)");
DECLARE_FUNCTION_REQUIRED_INARG(SetTrackedRealWorldListenerRigidBodyIndex,index,"scalar number","Tracked real-world listener rigid body index (default is 1)");
DECLARE_FUNCTION_REQUIRED_INARG(SetTrackedRealWorldListenerRigidBodyTranslation,offset,"real 1x3","Tracked real-world listener rigid body position offset");
DECLARE_FUNCTION_REQUIRED_INARG(SetTrackedRealWorldListenerRigidBodyRotation,rotation,"real 1x4","Tracked real-world listener rigid body rotation (quaternion values with w (real), i, j, k)");
DECLARE_FUNCTION_REQUIRED_INARG(SetTrackedSourceRigidBodyRotation,rotation,"real 1x4","Tracked source rigid body rotation (quaternion values with w (real), i, j, k)");