pub unsafe extern "C" fn openmpt_module_get_order_pattern(
    mod_: *mut openmpt_module,
    order: i32
) -> i32
Expand description

\brief Get pattern at order position

\param mod The module handle to work on. \param order The order item whose pattern index should be retrieved. \return The pattern index found at the given order position of the current sequence.