Bladeburner API Improvements: Added getCurrentAction(). getSkillLevel() now fails if no argument is passed

This commit is contained in:
danielyxie
2018-07-12 00:01:52 -05:00
parent 3ffc820519
commit e97861f42b
4 changed files with 25 additions and 6 deletions
+4
View File
@@ -23599,6 +23599,10 @@ Bladeburner.prototype.getActionIdFromTypeAndName = function(type="", name="") {
}
}
Bladeburner.prototype.getTypeAndNameFromActionId = function(actionId) {
}
Bladeburner.prototype.getContractNamesNetscriptFn = function() {
return Object.keys(this.contracts);
}