-
Notifications
You must be signed in to change notification settings - Fork 9
MEM_set_val
BigETI edited this page May 4, 2018
·
1 revision
Set value
Value of value
if successful, otherwise 0
.
MEM_set_val(Pointer:pointer, index = 0, value)
new Pointer:pointer = MEM_new();
MEM_set_val(pointer, _, 1);