-
Notifications
You must be signed in to change notification settings - Fork 9
MEM_UM_set_val
BigETI edited this page May 4, 2018
·
1 revision
Set unmanaged value
Value from value
if successful, otherwise 0
.
MEM_UM_set_val(UnmanagedPointer:pointer, index = 0, value)
new UnmanagedPointer:pointer = MEM_UM_new();
if (pointer)
{
MEM_UM_set_val(pointer, _, 1);
}