generated docs

This commit is contained in:
phyzical
2022-01-17 18:24:42 +08:00
parent d50e199171
commit 6f2924dc0d
6 changed files with 279 additions and 11 deletions

View File

@@ -5464,6 +5464,50 @@
],
"name": "bribe"
},
{
"kind": "MethodSignature",
"canonicalReference": "bitburner!Corporation#buyBackShares:member(1)",
"docComment": "/**\n * Buyback Shares\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "buyBackShares(amt: "
},
{
"kind": "Content",
"text": "number"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Content",
"text": "void"
},
{
"kind": "Content",
"text": ";"
}
],
"isOptional": false,
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "amt",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
}
],
"name": "buyBackShares"
},
{
"kind": "MethodSignature",
"canonicalReference": "bitburner!Corporation#createCorporation:member(1)",
@@ -6124,6 +6168,50 @@
],
"name": "levelUpgrade"
},
{
"kind": "MethodSignature",
"canonicalReference": "bitburner!Corporation#sellShares:member(1)",
"docComment": "/**\n * Sell Shares\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "sellShares(amt: "
},
{
"kind": "Content",
"text": "number"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Content",
"text": "void"
},
{
"kind": "Content",
"text": ";"
}
],
"isOptional": false,
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "amt",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
}
],
"name": "sellShares"
},
{
"kind": "MethodSignature",
"canonicalReference": "bitburner!Corporation#unlockUpgrade:member(1)",
@@ -25596,7 +25684,7 @@
},
{
"kind": "Content",
"text": "{[key: string]:number[]}"
"text": "{ [key: string]: number[] }"
},
{
"kind": "Content",
@@ -32831,6 +32919,95 @@
"releaseTag": "Public",
"name": "WarehouseAPI",
"members": [
{
"kind": "MethodSignature",
"canonicalReference": "bitburner!WarehouseAPI#bulkPurchase:member(1)",
"docComment": "/**\n * Set material to bulk buy\n *\n * @param divisionName - Name of the division\n *\n * @param cityName - Name of the city\n *\n * @param materialName - Name of the material\n *\n * @param amt - Amount of material to buy\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "bulkPurchase(divisionName: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ", cityName: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ", materialName: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": ", amt: "
},
{
"kind": "Content",
"text": "number"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Content",
"text": "void"
},
{
"kind": "Content",
"text": ";"
}
],
"isOptional": false,
"returnTypeTokenRange": {
"startIndex": 9,
"endIndex": 10
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "divisionName",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"parameterName": "cityName",
"parameterTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
}
},
{
"parameterName": "materialName",
"parameterTypeTokenRange": {
"startIndex": 5,
"endIndex": 6
}
},
{
"parameterName": "amt",
"parameterTypeTokenRange": {
"startIndex": 7,
"endIndex": 8
}
}
],
"name": "bulkPurchase"
},
{
"kind": "MethodSignature",
"canonicalReference": "bitburner!WarehouseAPI#buyMaterial:member(1)",