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.7.0.280
Syntax
C#
public bool SetEncounter(
	DateTime Time,
	string Attacker,
	string Victim
)

Parameters

Time
Type: SystemDateTime
The DateTime of the parsed action
Attacker
Type: SystemString
The source of the action
Victim
Type: SystemString
The destination of the action

Return Value

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