Added "get_current_inven_size" script function.

This commit is contained in:
NovaRain
2018-09-21 19:27:57 +08:00
parent 1679f7c59d
commit 2e30c86467
7 changed files with 27 additions and 12 deletions
@@ -385,6 +385,9 @@ Some utility/math functions are available:
- works just like vanilla floor function, but returns correct integers for negative values
- vanilla floor function works exactly the same as ceil for negative values, much like trunc in C/C++
> int sfall_func1("get_current_inven_size", object)
- returns the current inventory size of the container or the critter
------------------------
------ MORE INFO -------
------------------------