Edits to hookscripts.md

Corrected a typo in arrays.md.
Removed redundant compiler txt files.
This commit is contained in:
NovaRain
2022-03-21 22:51:57 +08:00
parent a9a5627b83
commit bdb95c80ec
4 changed files with 6 additions and 515 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ _*mixed means any type_
#### `mixed scan_array(int arrayID, mixed value)`
- searches for a first occurence of given value inside given array
- if value is found, returns it's index (for lists) or key (for maps)
- if value is found, returns its index (for lists) or key (for maps)
- if value is not found, returns -1 (be careful, as -1 can be a valid key for a map)
#### `int len_array(int arrayID)`