MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / pre_bg

Method pre_bg

src/script.rs:212–214  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

210 self.timeline.insert_background(index, command);
211 }
212
213 pub(crate) fn insert_bgm(&mut self, index: usize, bgm: String) {
214 self.timeline.insert_bgm(index, bgm);
215 }
216
217 pub(crate) fn insert_choice(&mut self, index: usize, choices: HashMap<String, Label>) {

Callers 1

apply_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected