Add function pointer short-hand.

This commit is contained in:
Stephen Chung
2022-08-05 23:30:44 +08:00
parent ca65e17610
commit d8532b48b6
8 changed files with 68 additions and 13 deletions

View File

@@ -30,6 +30,10 @@ New features
* An API is added to automatically generate definition files from a fully-configured `Engine`, for use with the Rhai Language Server.
### Short-hand to function pointers
* Using a script-defined function's name (in place of a variable) implicitly creates a function pointer to the function.
Enhancements
------------