From 0b5e050ccd8cd6283c3643e5303ab36693e8dcc2 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Sat, 2 May 2020 21:04:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa61379..43a122b 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,5 @@ Returns a data structure (itself made from structs/arrays) that describes the di ### snap_difference_apply(struct/array, differenceStruct) Applies a difference delta structure created by `snap_difference()` to a struct/array. + +**N.B.** Due to missing functionality in GMS2.3.0, array element and struct variable deletion is not fully functional. Instead, when an array element or struct variable is deleted, the value will be set to `undefined`.