@@ -250,8 +250,7 @@ impl World {
250
250
#[ script_bindings(
251
251
remote,
252
252
bms_core_path = "bevy_mod_scripting_core" ,
253
- name = "reflect_reference_functions" ,
254
- unregistered
253
+ name = "reflect_reference_functions"
255
254
) ]
256
255
impl ReflectReference {
257
256
fn display_ref ( ctxt : FunctionCallContext , s : ReflectReference ) -> Result < String , InteropError > {
@@ -480,8 +479,7 @@ impl ReflectReference {
480
479
#[ script_bindings(
481
480
remote,
482
481
bms_core_path = "bevy_mod_scripting_core" ,
483
- name = "script_type_registration_functions" ,
484
- unregistered
482
+ name = "script_type_registration_functions"
485
483
) ]
486
484
impl ScriptTypeRegistration {
487
485
fn type_name ( s : Ref < ScriptTypeRegistration > ) -> String {
@@ -498,8 +496,7 @@ impl ScriptTypeRegistration {
498
496
#[ script_bindings(
499
497
remote,
500
498
bms_core_path = "bevy_mod_scripting_core" ,
501
- name = "script_component_registration_functions" ,
502
- unregistered
499
+ name = "script_component_registration_functions"
503
500
) ]
504
501
impl ScriptComponentRegistration {
505
502
fn type_name ( s : Ref < ScriptComponentRegistration > ) -> & ' static str {
@@ -516,8 +513,7 @@ impl ScriptComponentRegistration {
516
513
#[ script_bindings(
517
514
remote,
518
515
bms_core_path = "bevy_mod_scripting_core" ,
519
- name = "script_resource_registration_functions" ,
520
- unregistered
516
+ name = "script_resource_registration_functions"
521
517
) ]
522
518
impl ScriptResourceRegistration {
523
519
fn type_name ( s : Ref < ScriptResourceRegistration > ) -> & ' static str {
@@ -534,8 +530,7 @@ impl ScriptResourceRegistration {
534
530
#[ script_bindings(
535
531
remote,
536
532
bms_core_path = "bevy_mod_scripting_core" ,
537
- name = "script_query_builder_functions" ,
538
- unregistered
533
+ name = "script_query_builder_functions"
539
534
) ]
540
535
impl ScriptQueryBuilder {
541
536
fn component (
@@ -584,8 +579,7 @@ impl ScriptQueryBuilder {
584
579
#[ script_bindings(
585
580
remote,
586
581
bms_core_path = "bevy_mod_scripting_core" ,
587
- name = "script_query_result_functions" ,
588
- unregistered
582
+ name = "script_query_result_functions"
589
583
) ]
590
584
impl ScriptQueryResult {
591
585
fn entity ( s : Ref < ScriptQueryResult > ) -> Val < Entity > {
0 commit comments