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

Method do_start

engine/src/script.rs:167–174  ·  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

165 }
166 fn clear_slots(&mut self, _timing: ScriptActionTiming) {}
167 fn do_start(
168 &mut self,
169 _entity: Entity,
170 _settings: &Self::Settings,
171 _param: &mut <Self::UpdateParam as SystemParam>::Item<'_, '_>,
172 _queue: &mut Vec<QueuedAction>,
173 ) {
174 }
175 fn do_stop(
176 &mut self,
177 _entity: Entity,

Callers 1

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