Click or drag to resize

EncounterDataGetCombatant Method

Gets the CombatantData object with the character name supplied

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public CombatantData GetCombatant(
	string Name
)

Parameters

Name
Type: SystemString
The name of the combatant

Return Value

Type: CombatantData
The CombatantData object, or null
See Also