mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Minor header and readme edits
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user