Click or drag to resize

FormActMainSetEncounter Method

This method ensures combat actions are sent to the correct encounter instance and sets the InCombat flag. It also checks the Selective Parsing list to see if the action should be entered into the encounter or ignored.

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public bool SetEncounter(
	DateTime Time,
	string Attacker,
	string Victim
)

Parameters

Time  DateTime
The DateTime of the parsed action
Attacker  String
The source of the action
Victim  String
The destination of the action

Return Value

Boolean
True if the action should be entered as data, False if the action should be ignored.
See Also