Table of Contents

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 EnumTransitionType
stack ItemStack
mulByConfig float

Multiplier set by other configuration, if any, otherwise 1

Returns

float