Summary
Get the pattern index at the specified order position.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_order_pattern")]
public static extern int ModuleGetOrderPattern(IntPtr mod, int order)
Attributes
Type |
Description |
DllImportAttribute |
|
Parameters
Name |
Type |
Description |
mod |
IntPtr |
The module handle to work on. |
order |
int |
The order item whose pattern index should be retrieved. |
Return Value
Type |
Description |
int |
The pattern index found at the given order position of the current sequence. |