Val

Val

  1. bevy_mod_scripting_core::bindings::query::ScriptQueryResult

Description

A wrapper around a value of type T.

This can be used to retrieve a value out of a [ScriptValue::Reference] corresponding to the type T. You can also use this to return values from a script function to be allocated directly as a [ScriptValue::Reference].

Functions