blob: 620bdc9b55646ee1bbd99f6291cfc8f1b9c0ea70 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 **********************************************************
3 * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! *
4 **********************************************************
5
6SYNOPSIS
7 mixed *slice_array(mixed *array, int from, int to)
8
9DESCRIPTION
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
21HISTORY
22 Removed in LDMud 3.3.
23
24SEE ALSO
25 [](E)
26
2711.11.2006 Zesstra