Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheSeekerGame/TheSeeker
/ ScriptActionQueue
Class
ScriptActionQueue
engine/src/script.rs:341–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
340
#[derive(Resource)]
341
struct ScriptActionQueue<T: ScriptAsset>(Vec<QueuedAction>, PhantomData<T>);
342
343
impl<T: ScriptAsset> Default for ScriptActionQueue<T> {
344
fn default() -> Self {
Callers
1
default
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected