Function - baso88/SC_AngelScript GitHub Wiki
Represents a callable function.
Namespace: Reflection
The HTML documentation can be found here.
Inherits from Callable.
Methods
| 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. |