added getOwnedAugmentation function

This commit is contained in:
Olivier Gagnon
2018-07-25 00:31:17 -04:00
parent 49d081f42e
commit a4f2c3c7a8
3 changed files with 32 additions and 2 deletions

View File

@@ -481,6 +481,17 @@ getOwnedAugmentations
This function returns an array containing the names (as strings) of all Augmentations you have.
getOwnedSourceFiles
-------------------
..js:function:: getOwnedSourceFiles()
If you are not in BitNode-4, then you must have Level 3 of Source-File 4 in order to use this function.
Returns an array of source files
[{n: 1, lvl: 3}, {n: 4, lvl: 3}]
getAugmentationsFromFaction
---------------------------