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.8.3.286
Syntax
C#
public void SelectiveListRemove(
	string Player,
	bool RemoveEntry
)

Parameters

Player  String
Combatant name to remove
RemoveEntry  Boolean
If the entire entry should be removed instead of unchecked
See Also