1,584
edits
DrinkyBird (talk | contribs) m (Added to Category: ACS functions) Tag: Source edit |
DrinkyBird (talk | contribs) m (Missed a comma) Tag: Source edit |
||
Line 1: | Line 1: | ||
{{ACSWarning}}{{DevfeatureWarning|version=3.2|type=an [[ACS]] function}} | {{ACSWarning}}{{DevfeatureWarning|version=3.2|type=an [[ACS]] function}} | ||
int '''LumpReadArray''' (int ''lump'', int ''pos'' array ''array'', int ''arrayPos''[, int ''length'']) {{Devfeature|3.2|alpha}} | int '''LumpReadArray''' (int ''lump'', int ''pos'', array ''array'', int ''arrayPos''[, int ''length'']) {{Devfeature|3.2|alpha}} | ||
==Usage== | ==Usage== | ||
Reads bytes from the lump into the given array. | Reads bytes from the lump into the given array. |