summaryrefslogtreecommitdiff
path: root/npc/functions/array.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/array.txt')
-rw-r--r--npc/functions/array.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/array.txt b/npc/functions/array.txt
index 0db396ce4..1a106175e 100644
--- a/npc/functions/array.txt
+++ b/npc/functions/array.txt
@@ -298,7 +298,7 @@ function script array_pop {
}
-
+// TODO: Rename to array_append >.<
// array_push(<array>, <value>)
// adds <value> to the end of the array
// returns the new size