Add low-level warnings.

This commit is contained in:
Stephen Chung
2021-11-29 13:12:47 +08:00
parent ba0a6c667e
commit 4b4b7a753b
6 changed files with 28 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ impl Engine {
///
/// This function is very low level. It takes a list of [`TypeId`][std::any::TypeId]'s indicating the actual types of the parameters.
///
/// # Arguments
/// ## Arguments
///
/// Arguments are simply passed in as a mutable array of [`&mut Dynamic`][crate::Dynamic],
/// The arguments are guaranteed to be of the correct types matching the [`TypeId`][std::any::TypeId]'s.