LumpReadArray: Difference between revisions

m
Missed a comma
Tag: Source edit
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.