Click or drag to resize

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.7.0.280
Syntax
C#
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