Click or drag to resize

FormEncounterVcrShowVcr Method

Show the Encounter VCR and populate data

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public void ShowVcr(
	EncounterData Encounter,
	bool Linked
)

Parameters

Encounter  EncounterData
The encounter object the VCR draws off of
Linked  Boolean
If the passed encounter is currently in progress and the VCR should play things back as they happen starting from the end
See Also