Method GetRandomizerIndex
GetRandomizerIndex<T>()
Returns the execution order index of a randomizer of the given type
Declaration
public int GetRandomizerIndex<T>() where T : Randomizer, new()
Returns
Type | Description |
---|---|
int | The randomizer index |
Type Parameters
Name | Description |
---|---|
T | The type of randomizer to index |
Exceptions
Type | Condition |
---|---|
ScenarioException |