Table of Contents

Struct EntityStats.BulkUpdateScope

Namespace
ElectricDrill.AstraRpgFramework.Stats
Assembly
com.electricdrill.astra-rpg-framework.Runtime.dll

Disposable bracket returned by BeginBulk(). Dispose flushes deferred events when the outermost bracket closes. Declared as a ref struct so it cannot be boxed or captured across async boundaries — each bracket must be confined to a single stack frame.

public ref struct EntityStats.BulkUpdateScope

Methods

Dispose()

public void Dispose()