Function recover_scripts
Source pub fn recover_scripts(records: &[Record]) -> Vec<Script>
Expand description
Recovers script records from parsed AU3 records.
§Arguments
records - Parsed AU3 records to scan for script subtypes.
§Returns
A vector of Script views, one per record whose subtype is a recognized
script subtype; empty when none match.