Delegate CustomGetTransitionSpeedMulDelegate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Custom transition speed handler
public delegate float CustomGetTransitionSpeedMulDelegate(EnumTransitionType transType, ItemStack stack, float mulByConfig)
Parameters
transType
EnumTransitionTypestack
ItemStackmulByConfig
floatMultiplier set by other configuration, if any, otherwise 1
Returns
- Extension Methods