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.2.285
Syntax public CombatantData GetCombatant(
string Name
)
Parameters
- Name
- Type: SystemString
The name of the combatant
Return Value
Type:
CombatantDataThe CombatantData object, or null
See Also