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.8.3.286
Syntax
C#
public CombatantData GetCombatant(
	string Name
)

Parameters

Name  String
The name of the combatant

Return Value

CombatantData
The CombatantData object, or null
See Also