pub fn script_runtime_forget_entity(runtime: &mut ScriptRuntime, entity: Entity)Expand description
Drops a despawned entity’s scope so the runtime does not leak.
pub fn script_runtime_forget_entity(runtime: &mut ScriptRuntime, entity: Entity)Drops a despawned entity’s scope so the runtime does not leak.