Click or drag to resize

CombatantDataGetAttackType Method

Gets an AttackType object from child objects

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public AttackType GetAttackType(
	string AttackTypeName,
	string Type
)

Parameters

AttackTypeName  String
The AttackType label
Type  String
Which DamageTypeData object to search.

Return Value

AttackType
Returns the found AttackType object or null if non-existing
See Also