Skip to main content

parse_autoloads

Function parse_autoloads 

Source
pub fn parse_autoloads(text: &str) -> Vec<AutoloadEntry>
Expand description

Parse the [autoload] entries from project.godot text. Robust to comments, blank lines, and other sections; never panics on malformed input (a bad line is skipped).