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

Method current_bgm

src/script.rs:208–210  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

206 self.backlog = backlog;
207 }
208
209 pub(crate) fn insert_background(&mut self, index: usize, command: Command) {
210 self.timeline.insert_background(index, command);
211 }
212
213 pub(crate) fn insert_bgm(&mut self, index: usize, bgm: String) {

Callers 2

execute_jumpMethod · 0.80
apply_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected