Copy: Difference between revisions
Jump to navigation
Jump to search
CraigFatman (talk | contribs) Created page with ''''copy''' <src_array>[<src_index>] <dst_array>[<dst_index>] <size> Copies ''<size>'' elements from the source array starting from ''<src_index>'' to the destination array start...' |
Hendricks266 (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
Copies ''<size>'' elements from the source array starting from ''<src_index>'' to the destination array starting from ''<dst_index>''. | Copies ''<size>'' elements from the source array starting from ''<src_index>'' to the destination array starting from ''<dst_index>''. | ||
[[Category:EDuke32 specific commands]] | |||
[[Category:Gamearray manipulation]] |
Latest revision as of 20:36, 2 December 2012
copy <src_array>[<src_index>] <dst_array>[<dst_index>] <size>
Copies <size> elements from the source array starting from <src_index> to the destination array starting from <dst_index>.