MCPcopy Create free account
hub / github.com/TheSeekerGame/TheSeeker / do_stop

Method do_stop

engine/src/script.rs:175–182  ·  view source on GitHub ↗
(
        &mut self,
        _entity: Entity,
        _settings: &Self::Settings,
        _param: &mut <Self::UpdateParam as SystemParam>::Item<'_, '_>,
        _queue: &mut Vec<QueuedAction>,
    )

Source from the content-addressed store, hash-verified

173 ) {
174 }
175 fn do_stop(
176 &mut self,
177 _entity: Entity,
178 _settings: &Self::Settings,
179 _param: &mut <Self::UpdateParam as SystemParam>::Item<'_, '_>,
180 _queue: &mut Vec<QueuedAction>,
181 ) {
182 }
183 fn produce_carryover(
184 &self,
185 entity: Entity,

Callers 2

script_changeover_systemFunction · 0.45
script_driver_systemFunction · 0.45

Implementers 2

animation.rsengine/src/animation.rs
common.rsengine/src/script/common.rs

Calls

no outgoing calls

Tested by

no test coverage detected