mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Fixed assorted typos in documents
Added an example ini to Ammo INI Loader mod. Updated the changelog.
This commit is contained in:
@@ -200,7 +200,7 @@ _*mixed means any type_
|
||||
- if array was "saved", it will be removed from a savegame
|
||||
|
||||
#### `mixed scan_array(int arrayID, mixed value)`
|
||||
- searches for a first occurence of given value inside given array
|
||||
- searches for a first occurrence of given value inside given array
|
||||
- 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user