SetWeatherCycleEntry
Docslocal retval = SetWeatherCycleEntry(index, typeName, timeMult)Parameters
| Name | Type | Description |
|---|---|---|
index | int | The index of the entry to set. Must be between 0 and 255 |
typeName | char* | The name of the weather type for this cycle |
timeMult | int | The relative duration of this cycle, which is multiplied by `msPerCycle` during ['APPLY_WEATHER_CYCLES'](#\_0x3422291C). Must be between 1 and 255 |
Returns
BOOLReturns TRUE (1) or FALSE (0).