pub fn PlayerObject_AttachToObject( player: &Player, object: &PlayerObject, attachedTo: &PlayerObject, offsetX: f32, offsetY: f32, offsetZ: f32, rotationX: f32, rotationY: f32, rotationZ: f32, ) -> bool