SetIslandEnabled
DocsSetIslandEnabled(islandName, toggle)Description
Introduced in build 2189
Enables the specified island. For more information, see islandhopper.meta
Parameters
| Name | Type | Description |
|---|---|---|
islandName | char* | The name of the island to be enabled or disabled. |
toggle | BOOL | A boolean value where `true` enables the island and `false` disables it. |
Returns
voidThis native does not return a value.