Copy: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
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...'
 
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>.