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.7.0.280
Syntax
C#
public AttackType GetAttackType(
	string AttackTypeName,
	string Type
)

Parameters

AttackTypeName
Type: SystemString
The AttackType label
Type
Type: SystemString
Which DamageTypeData object to search.

Return Value

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