CombatantDataGetAttackType Method |
Gets an AttackType object from child objects
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic AttackType GetAttackType(
string AttackTypeName,
string Type
)
Parameters
- AttackTypeName String
- The AttackType label
- Type String
- Which DamageTypeData object to search.
Return Value
AttackTypeReturns the found AttackType object or null if non-existing
See Also