Table of Contents

Delegate ContinousParticleSpawnTaskDelegate

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll

Return false to stop spawning particles

public delegate bool ContinousParticleSpawnTaskDelegate(float dt, IAsyncParticleManager manager)

Parameters

dt float
manager IAsyncParticleManager

Returns

bool