Click or drag to resize

AttackTypeInvalidateCachedValues Method (Boolean)

Reset caching for calculations

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void InvalidateCachedValues(
	bool ResetIncremental
)

Parameters

ResetIncremental
Type: SystemBoolean
If true, all caching is cleared. If false, incremental caching is kept.
See Also