Click or drag to resize

FormActMainAfterCombatActionDataLock Property

While this object is locked, ACT will not add data to encounters. This may prevent an encounter from ending if there is data queued. Usage: lock(AfterCombatActionDataLock) { code here; }

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public Object AfterCombatActionDataLock { get; }

Property Value

Type: Object
See Also