diff options
Diffstat (limited to 'npc/functions/array.txt')
-rw-r--r-- | npc/functions/array.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/array.txt b/npc/functions/array.txt index d9d649921..0db396ce4 100644 --- a/npc/functions/array.txt +++ b/npc/functions/array.txt @@ -1,3 +1,6 @@ +// Evol Script +// Author: Gumi + // array_pad(<array>, <size>, <value>) // prepend or append <value> until the array is of <size> size // returns the amount added on success, or false (0) if nothing changed |