Summary
Get a sub-song name.
Syntax
public static string GetSubsongName(IntPtr mod, int index)
Parameters
| Name | Type | Description |
|---|---|---|
| mod | IntPtr | The module handle to work on. |
| index | int | The sub-song whose name should be retrieved. |
Return Value
| Type | Description |
|---|---|
| string | The sub-song name. |