A function, defined in a HSL script.
More...
|
| BoundMethod | Bind (value receiver, varargs ...) |
| | Binds a receiver, and optionally arguments, to a method.
|
| BoundMethod | BindArguments (varargs ...) |
| | Binds arguments to a method.
|
A function, defined in a HSL script.
◆ Bind()
| BoundMethod Function.Bind |
( |
value | receiver, |
|
|
varargs ... | ) |
Binds a receiver, and optionally arguments, to a method.
- Parameters
-
| receiver | The receiver to bind. |
| ... | The arguments to bind. |
- Returns
- Returns a bound method.
◆ BindArguments()
| BoundMethod Function.BindArguments |
( |
varargs ... | | ) |
|
Binds arguments to a method.
- Parameters
-
| ... | The arguments to bind. |
- Returns
- Returns a bound method.