Delegate TrySpawnEntityDelegate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public delegate bool TrySpawnEntityDelegate(IBlockAccessor blockAccessor, ref EntityProperties properties, Vec3d spawnPosition, long herdId)
Parameters
blockAccessor
IBlockAccessorproperties
EntityPropertiesspawnPosition
Vec3dherdId
long
Returns
- Extension Methods