Click or drag to resize

FormActMainSelectiveListGetSelected Method

Determines if a combatant is in the Selective Parsing list and checkmarked

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

Parameters

Player
Type: SystemString
The combatant name to query

Return Value

Type: Boolean
If in the list and checkmarked
See Also