Summary
Creates a new
Unitune Module instance from the provided byte array of module data.
Syntax
public static bool Create(byte[] data, out Module module)
Parameters
| Name | Type | Description |
|---|---|---|
| data | byte[] | The byte array containing the module data. |
| module | Module | The created Module instance if successful, or null if creation fails. |
Return Value
| Type | Description |
|---|---|
| bool | true if the module was successfully created; otherwise, false. |