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.8.3.286
Syntax
C#
public void ModAlly(
	string Combatant,
	int Mod
)

Parameters

Combatant  String
The other combatant
Mod  Int32
Typically 1 for more positive, -1 for more negative
See Also