AbilityBuilderPart
Functions
Link copied to clipboard
inline fun <A : KeybindAbility> KeyBinding.add(vararg constructorParams: Pair<KProperty1<A, *>, *>, noinline configure: A.() -> Unit = {})
Adds a keybinding bound ability that is granted with this origin.
Link copied to clipboard
Link copied to clipboard
Creates a new ability builder.
Link copied to clipboard
inline fun <A : PassiveAbility> withPassive(vararg constructorParams: Pair<KProperty1<A, *>, *>, noinline configure: A.() -> Unit = {})
Adds a passive ability that is granted with this origin.