Method InsertRandomizer
InsertRandomizer(int, Randomizer)
Insert a randomizer at a given index within the randomizer list
Declaration
public void InsertRandomizer(int index, Randomizer newRandomizer)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index to place the randomizer |
| Randomizer | newRandomizer | The randomizer to add to the list |
Exceptions
| Type | Condition |
|---|---|
| ScenarioException |