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.2.285
Syntax 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:
AttackTypeReturns the found AttackType object or null if non-existing
See Also