-
Notifications
You must be signed in to change notification settings - Fork 4
Function
GeckoN edited this page Jan 27, 2017
·
6 revisions
Represents a callable function.
Namespace: Reflection
The HTML documentation can be found here.
Inherits from Callable.
| Method | Description | | --- | --- | --- | | Callable@ opImplCast() | Implicitly casts to base type. | | ReturnValue@ Call(Arguments@ pArguments) | Calls this function. pArguments must be valid. | | ReturnValue@ Call(...) | Calls this function. Supports a variable number of arguments. |