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.7.0.280
Syntax
C#
public void ShowVcr(
	EncounterData Encounter,
	bool Linked
)

Parameters

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