-
Notifications
You must be signed in to change notification settings - Fork 9
MEM_copy
BigETI edited this page May 4, 2018
·
1 revision
Copy memory
Value of dest
if successful, otherwise MEM_NULLPTR.
Pointer:MEM_copy(Pointer:dest, Pointer:src, size, dest_index = 0, src_index = 0)
new Pointer:src_pointer = MEM_new_value(1), Pointer:dest_pointer = MEM_new();
MEM_copy(dest_pointer, src_pointer, MEM_get_size(dest_pointer));