| Property | Value |
|---|---|
| Native Name | SET_ISLAND_ENABLED |
| Hash | 0x9A9D1BA639675CF1 |
| Return Type | void |
| Parameters | islandName (char*), toggle (BOOL) |
Description: Enables the specified island. For more information, see islandhopper.meta
NativeDB Introduced: v2189
Parameters
islandName(char*) — The name of the island to be enabled or disabled.toggle(BOOL) — A boolean value wheretrueenables the island andfalsedisables it.