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.2.285
Syntax 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:
BooleanTrue if the action should be entered as data, False if the action should be ignored.
See Also