Function list: 1.8b1
objChangeEquipmentStatus is missing 'TradingComputer as an equipment option.
-----------
typFind
Found in the changelog: thanks digdug.
(typFind): Added isEnemyOf:{unid} to typFind (for station types)
And NMS worked out the format to use.
"t +isEnemyOf:[sovereignUNID];"
--------------
The function list entry (- x) -> -x is prefixed with a space when it is printed to the debug log using AE-FunctionHelp. This is the only entry which has this. But none of the function list forum webpages have it!
From WordPad, but the space can also be seen in the debug log raw text.
Code: Select all
(- x1 x2 ... xn) -> z
(- x) -> -x
(/ x y) -> x / y (real)
-----------
unvFindObject now supports A and K station criteria as per sysFindObject.
------------
And many thanks to whoever is updating the function list. It is an excellent resource for modders now where before it was merely a list of functions. Well done.