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.2.285
Syntax 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