Click or drag to resize

FormActMainSelectiveListRemove Method

Remove a player from the Selective Parsing list; unchecking or removing

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void SelectiveListRemove(
	string Player,
	bool RemoveEntry
)

Parameters

Player
Type: SystemString
Combatant name to remove
RemoveEntry
Type: SystemBoolean
If the entire entry should be removed instead of unchecked
See Also