Minor header and readme edits

This commit is contained in:
phobos2077
2023-07-10 23:56:58 +02:00
parent ddb3cf9b6e
commit a2ea1910f5
4 changed files with 19 additions and 7 deletions
+3 -1
View File
@@ -1280,7 +1280,9 @@
opcode: 0x822e
- name: get_array
detail: mixed get_array(int arrayID, mixed key)
doc: 'Returns array value by key or index (shorthand: arrayID[key]).'
doc: |
Returns array value by key or index (shorthand: arrayID[key]).
- If array with given arrayID doesn't exist, returns 0.
opcode: 0x822f
- name: resize_array
detail: void resize_array(int arrayID, int size)