Skip to content

Commit 123dcba

Browse files
committed
add missing docs
1 parent 08998c5 commit 123dcba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_mod_scripting_core/src/extractors.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pub struct HandlerContext<'w, P: IntoScriptPluginParams> {
4343
}
4444

4545
impl<'w, P: IntoScriptPluginParams> HandlerContext<'w, P> {
46+
/// Invoke a callback in a script immediately.
4647
pub fn call<C: IntoCallbackLabel>(
4748
&mut self,
4849
script_id: ScriptId,

0 commit comments

Comments
 (0)