Function open

Source
pub fn open<P: AsRef<Path>>(path: P) -> Result<ObbyArchive<File>>
Expand description

Opens an .obby file from a path

This is a convenience function that creates an ObbyArchive from a file path.

ยงArguments

  • path - The path to the .obby file.