CombatantDataModAlly Method |
Change the amount a combatant seems like an ally to the current combatant
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public void ModAlly(
string Combatant,
int Mod
)
Parameters
- Combatant
- Type: SystemString
The other combatant - Mod
- Type: SystemInt32
Typically 1 for more positive, -1 for more negative
See Also