Delegate OnGetClimateDelegate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public delegate void OnGetClimateDelegate(ref ClimateCondition climate, BlockPos pos, EnumGetClimateMode mode = EnumGetClimateMode.WorldGenValues, double totalDays = 0)
Parameters
climate
ClimateConditionpos
BlockPosmode
EnumGetClimateModetotalDays
double
- Extension Methods