FiktionConfig
Typed key for configuring built-in and add-on generators.
Types
Link copied to clipboard
object Collection
Collection generator configuration.
Link copied to clipboard
object IntProgression
Integer progression generator configuration.
Link copied to clipboard
object LongProgression
Long progression generator configuration.
Link copied to clipboard
object UIntProgression
Unsigned integer progression generator configuration.
Link copied to clipboard
object ULongProgression
Unsigned long progression generator configuration.
Link copied to clipboard
object ULongRange
Unsigned long range generator configuration.
Functions
Link copied to clipboard
operator fun <Scope, Value : Any> FiktionConfig<Scope, Value>.invoke(value: Value): FiktionConfigSetting<Scope, Value>
Creates a typed generator configuration value for this key.
operator fun <Scope, Value : Comparable<Value>> FiktionConfig<Scope, ClosedRange<Value>>.invoke(value: Value): FiktionConfigSetting<Scope, ClosedRange<Value>>
Creates a typed generator configuration value whose closed range is fixed to value.