Summary
Get the current row.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_current_row")]
public static extern int ModuleGetCurrentRow(IntPtr mod)
Attributes
Type | Description |
---|---|
DllImportAttribute |
Parameters
Name | Type | Description |
---|---|---|
mod | IntPtr | The module handle to work on. |
Return Value
Type | Description |
---|---|
int | The current row at which the current pattern is being played. |