Skip to main content

GitSounds

Type Alias GitSounds 

Source
pub type GitSounds = GitObjects<GitSound, SavedSound>;
Expand description

A SoundList in either of its two forms.

Aliased Type§

pub enum GitSounds {
    Static(Vec<GitSound>),
    Saved(Vec<SavedSound>),
}

Variants§

§

Static(Vec<GitSound>)

UseTemplates = 1: sparse placements referencing blueprints.

§

Saved(Vec<SavedSound>)

UseTemplates = 0: full snapshots, as a savegame stores them.