reflection.createFunction
(Redirected from Reflection.createFunction)
Jump to navigation
Jump to search
Function
Server and Client
Online and Offline
Available since Server 1.0.0, Client 1.0.0
ReflectedFunction reflection.createFunction(function Func)
The reflection.createFunction function is used to create a reflected function.
Parameters
1) | function | Func | The scripting function to create as reflected. |
Return
ReflectedFunction | The created function. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.