MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
| 2 | ********************************************************** |
| 3 | * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! * |
| 4 | ********************************************************** |
| 5 | |
| 6 | SYNOPSIS |
| 7 | mixed *slice_array(mixed *array, int from, int to) |
| 8 | |
| 9 | DESCRIPTION |
| 10 | DO NOT USE THIS EFUN ANYMORE. IT HAS BEEN REMOVED FROM THE DRIVER. |
| 11 | |
| 12 | Returns an array that is a slice of the array <arr> from the |
| 13 | index <from> to the index <to>. |
| 14 | |
| 15 | This is the old notation for arr[from..to] and supported |
| 16 | only for hysterical raisins. |
| 17 | |
| 18 | In LDMud this efun is temporarily a simulated efun until is finally |
| 19 | droppped. |
| 20 | |
| 21 | HISTORY |
| 22 | Removed in LDMud 3.3. |
| 23 | |
| 24 | SEE ALSO |
| 25 | [](E) |
| 26 | |
| 27 | 11.11.2006 Zesstra |