MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 2 | closure bind_lambda(closure, object ob) |
| 3 | |
| 4 | DESCRIPTION |
| 5 | Binds an unbound lambda closure to an object and return it. |
| 6 | The efun can also be used to rebind an efun-, simul-efun |
| 7 | or operator closure to a different object. |
| 8 | |
| 9 | If the optional argument ob is not this_object(), the privilege |
| 10 | violation ("bind_lambda", this_object(), ob) occurs. |
| 11 | |
| 12 | HISTORY |
| 13 | Introduced in 3.2@82. |
| 14 | |
| 15 | SEE ALSO |
| 16 | lambda(E), unbound_lambda(E), apply(E), funcall(E), closures(LPC) |